suse-su-2023:4418-1
Vulnerability from csaf_suse
Published
2023-11-13 11:22
Modified
2023-11-13 11:22
Summary
Security update for postgresql14
Notes
Title of the patch
Security update for postgresql14
Description of the patch
This update for postgresql14 fixes the following issues:
Security issues fixed:
* CVE-2023-5868: Fix handling of unknown-type
arguments in DISTINCT 'any' aggregate functions. This error led
to a text-type value being interpreted as an unknown-type value
(that is, a zero-terminated string) at runtime. This could
result in disclosure of server memory following the text value. (bsc#1216962)
* CVE-2023-5869: Detect integer overflow while
computing new array dimensions. When assigning new elements to
array subscripts that are outside the current array bounds, an
undetected integer overflow could occur in edge cases. Memory
stomps that are potentially exploitable for arbitrary code
execution are possible, and so is disclosure of server memory. (bsc#1216961)
* CVE-2023-5870: Prevent the pg_signal_backend role
from signalling background workers and autovacuum processes.
The documentation says that pg_signal_backend cannot issue
signals to superuser-owned processes. It was able to signal
these background processes, though, because they advertise a
role OID of zero. Treat that as indicating superuser ownership.
The security implications of cancelling one of these process
types are fairly small so far as the core code goes (we'll just
start another one), but extensions might add background workers
that are more vulnerable.
Also ensure that the is_superuser parameter is set correctly in
such processes. No specific security consequences are known for
that oversight, but it might be significant for some extensions.
(bsc#1216960)
- updated to 14.10 https://www.postgresql.org/docs/14/release-14-10.html
- Overhaul postgresql-README.SUSE and move it from the binary
package to the noarch wrapper package.
- Change the unix domain socket location from /var/run to /run.
Patchnames
SUSE-2023-4418,SUSE-SLE-SDK-12-SP5-2023-4418,SUSE-SLE-SERVER-12-SP5-2023-4418
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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\nSecurity issues fixed:\n\n* CVE-2023-5868: Fix handling of unknown-type\n arguments in DISTINCT \u0027any\u0027 aggregate functions. This error led\n to a text-type value being interpreted as an unknown-type value\n (that is, a zero-terminated string) at runtime. This could\n result in disclosure of server memory following the text value. (bsc#1216962)\n* CVE-2023-5869: Detect integer overflow while\n computing new array dimensions. When assigning new elements to\n array subscripts that are outside the current array bounds, an\n undetected integer overflow could occur in edge cases. Memory\n stomps that are potentially exploitable for arbitrary code\n execution are possible, and so is disclosure of server memory. (bsc#1216961)\n* CVE-2023-5870: Prevent the pg_signal_backend role\n from signalling background workers and autovacuum processes.\n The documentation says that pg_signal_backend cannot issue\n signals to superuser-owned processes. It was able to signal\n these background processes, though, because they advertise a\n role OID of zero. Treat that as indicating superuser ownership.\n The security implications of cancelling one of these process\n types are fairly small so far as the core code goes (we\u0027ll just\n start another one), but extensions might add background workers\n that are more vulnerable.\n Also ensure that the is_superuser parameter is set correctly in\n such processes. No specific security consequences are known for\n that oversight, but it might be significant for some extensions.\n (bsc#1216960)\n\n\n- updated to 14.10 https://www.postgresql.org/docs/14/release-14-10.html\n- Overhaul postgresql-README.SUSE and move it from the binary\n package to the noarch wrapper package.\n- Change the unix domain socket location from /var/run to /run.\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2023-4418,SUSE-SLE-SDK-12-SP5-2023-4418,SUSE-SLE-SERVER-12-SP5-2023-4418", "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-2023_4418-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2023:4418-1", "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234418-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2023:4418-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017019.html" }, { "category": "self", "summary": "SUSE Bug 1216022", "url": "https://bugzilla.suse.com/1216022" }, { "category": "self", "summary": "SUSE Bug 1216734", "url": "https://bugzilla.suse.com/1216734" }, { "category": "self", "summary": "SUSE Bug 1216960", "url": "https://bugzilla.suse.com/1216960" }, { "category": "self", "summary": "SUSE Bug 1216961", "url": "https://bugzilla.suse.com/1216961" }, { "category": "self", "summary": "SUSE Bug 1216962", "url": "https://bugzilla.suse.com/1216962" }, { "category": "self", "summary": "SUSE CVE CVE-2023-5868 page", "url": "https://www.suse.com/security/cve/CVE-2023-5868/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-5869 page", "url": "https://www.suse.com/security/cve/CVE-2023-5869/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-5870 page", "url": "https://www.suse.com/security/cve/CVE-2023-5870/" } ], "title": "Security update for postgresql14", "tracking": { "current_release_date": "2023-11-13T11:22:35Z", "generator": { "date": "2023-11-13T11:22:35Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2023:4418-1", "initial_release_date": "2023-11-13T11:22:35Z", "revision_history": [ { "date": "2023-11-13T11:22:35Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql14-14.10-3.33.1.aarch64", "product": { "name": "postgresql14-14.10-3.33.1.aarch64", "product_id": "postgresql14-14.10-3.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-contrib-14.10-3.33.1.aarch64", "product": { "name": "postgresql14-contrib-14.10-3.33.1.aarch64", "product_id": "postgresql14-contrib-14.10-3.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-devel-14.10-3.33.1.aarch64", "product": { "name": "postgresql14-devel-14.10-3.33.1.aarch64", "product_id": "postgresql14-devel-14.10-3.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.10-3.33.1.aarch64", "product": { "name": "postgresql14-llvmjit-devel-14.10-3.33.1.aarch64", "product_id": "postgresql14-llvmjit-devel-14.10-3.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-plperl-14.10-3.33.1.aarch64", "product": { "name": "postgresql14-plperl-14.10-3.33.1.aarch64", "product_id": "postgresql14-plperl-14.10-3.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-plpython-14.10-3.33.1.aarch64", "product": { "name": "postgresql14-plpython-14.10-3.33.1.aarch64", "product_id": "postgresql14-plpython-14.10-3.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.10-3.33.1.aarch64", "product": { "name": "postgresql14-pltcl-14.10-3.33.1.aarch64", "product_id": "postgresql14-pltcl-14.10-3.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-server-14.10-3.33.1.aarch64", "product": { "name": "postgresql14-server-14.10-3.33.1.aarch64", "product_id": "postgresql14-server-14.10-3.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.10-3.33.1.aarch64", "product": { "name": "postgresql14-server-devel-14.10-3.33.1.aarch64", "product_id": "postgresql14-server-devel-14.10-3.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-test-14.10-3.33.1.aarch64", "product": { "name": "postgresql14-test-14.10-3.33.1.aarch64", "product_id": "postgresql14-test-14.10-3.33.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.10-3.33.1.i586", "product": { "name": "postgresql14-14.10-3.33.1.i586", "product_id": "postgresql14-14.10-3.33.1.i586" } }, { "category": "product_version", "name": "postgresql14-contrib-14.10-3.33.1.i586", "product": { "name": "postgresql14-contrib-14.10-3.33.1.i586", "product_id": "postgresql14-contrib-14.10-3.33.1.i586" } }, { "category": "product_version", "name": "postgresql14-devel-14.10-3.33.1.i586", "product": { "name": "postgresql14-devel-14.10-3.33.1.i586", "product_id": "postgresql14-devel-14.10-3.33.1.i586" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.10-3.33.1.i586", "product": { "name": "postgresql14-llvmjit-devel-14.10-3.33.1.i586", "product_id": "postgresql14-llvmjit-devel-14.10-3.33.1.i586" } }, { "category": "product_version", "name": "postgresql14-plperl-14.10-3.33.1.i586", "product": { "name": "postgresql14-plperl-14.10-3.33.1.i586", "product_id": "postgresql14-plperl-14.10-3.33.1.i586" } }, { "category": "product_version", "name": "postgresql14-plpython-14.10-3.33.1.i586", "product": { "name": "postgresql14-plpython-14.10-3.33.1.i586", "product_id": "postgresql14-plpython-14.10-3.33.1.i586" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.10-3.33.1.i586", "product": { "name": "postgresql14-pltcl-14.10-3.33.1.i586", "product_id": "postgresql14-pltcl-14.10-3.33.1.i586" } }, { "category": "product_version", "name": "postgresql14-server-14.10-3.33.1.i586", "product": { "name": "postgresql14-server-14.10-3.33.1.i586", "product_id": "postgresql14-server-14.10-3.33.1.i586" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.10-3.33.1.i586", "product": { "name": "postgresql14-server-devel-14.10-3.33.1.i586", "product_id": "postgresql14-server-devel-14.10-3.33.1.i586" } }, { "category": "product_version", "name": "postgresql14-test-14.10-3.33.1.i586", "product": { "name": "postgresql14-test-14.10-3.33.1.i586", "product_id": "postgresql14-test-14.10-3.33.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql14-docs-14.10-3.33.1.noarch", "product": { "name": "postgresql14-docs-14.10-3.33.1.noarch", "product_id": "postgresql14-docs-14.10-3.33.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.10-3.33.1.ppc64le", "product": { "name": "postgresql14-14.10-3.33.1.ppc64le", "product_id": "postgresql14-14.10-3.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-contrib-14.10-3.33.1.ppc64le", "product": { "name": "postgresql14-contrib-14.10-3.33.1.ppc64le", "product_id": "postgresql14-contrib-14.10-3.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-devel-14.10-3.33.1.ppc64le", "product": { "name": "postgresql14-devel-14.10-3.33.1.ppc64le", "product_id": "postgresql14-devel-14.10-3.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.10-3.33.1.ppc64le", "product": { "name": "postgresql14-llvmjit-devel-14.10-3.33.1.ppc64le", "product_id": "postgresql14-llvmjit-devel-14.10-3.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-plperl-14.10-3.33.1.ppc64le", "product": { "name": "postgresql14-plperl-14.10-3.33.1.ppc64le", "product_id": "postgresql14-plperl-14.10-3.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-plpython-14.10-3.33.1.ppc64le", "product": { "name": "postgresql14-plpython-14.10-3.33.1.ppc64le", "product_id": "postgresql14-plpython-14.10-3.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.10-3.33.1.ppc64le", "product": { "name": "postgresql14-pltcl-14.10-3.33.1.ppc64le", "product_id": "postgresql14-pltcl-14.10-3.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-server-14.10-3.33.1.ppc64le", "product": { "name": "postgresql14-server-14.10-3.33.1.ppc64le", "product_id": "postgresql14-server-14.10-3.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.10-3.33.1.ppc64le", "product": { "name": "postgresql14-server-devel-14.10-3.33.1.ppc64le", "product_id": "postgresql14-server-devel-14.10-3.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-test-14.10-3.33.1.ppc64le", "product": { "name": "postgresql14-test-14.10-3.33.1.ppc64le", "product_id": "postgresql14-test-14.10-3.33.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.10-3.33.1.s390", "product": { "name": "postgresql14-14.10-3.33.1.s390", "product_id": "postgresql14-14.10-3.33.1.s390" } }, { "category": "product_version", "name": "postgresql14-contrib-14.10-3.33.1.s390", "product": { "name": "postgresql14-contrib-14.10-3.33.1.s390", "product_id": "postgresql14-contrib-14.10-3.33.1.s390" } }, { "category": "product_version", "name": "postgresql14-devel-14.10-3.33.1.s390", "product": { "name": "postgresql14-devel-14.10-3.33.1.s390", "product_id": "postgresql14-devel-14.10-3.33.1.s390" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.10-3.33.1.s390", "product": { "name": "postgresql14-llvmjit-devel-14.10-3.33.1.s390", "product_id": "postgresql14-llvmjit-devel-14.10-3.33.1.s390" } }, { "category": "product_version", "name": "postgresql14-plperl-14.10-3.33.1.s390", "product": { "name": "postgresql14-plperl-14.10-3.33.1.s390", "product_id": "postgresql14-plperl-14.10-3.33.1.s390" } }, { "category": "product_version", "name": "postgresql14-plpython-14.10-3.33.1.s390", "product": { "name": "postgresql14-plpython-14.10-3.33.1.s390", "product_id": "postgresql14-plpython-14.10-3.33.1.s390" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.10-3.33.1.s390", "product": { "name": "postgresql14-pltcl-14.10-3.33.1.s390", "product_id": "postgresql14-pltcl-14.10-3.33.1.s390" } }, { "category": "product_version", "name": "postgresql14-server-14.10-3.33.1.s390", "product": { "name": "postgresql14-server-14.10-3.33.1.s390", "product_id": "postgresql14-server-14.10-3.33.1.s390" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.10-3.33.1.s390", "product": { "name": "postgresql14-server-devel-14.10-3.33.1.s390", "product_id": "postgresql14-server-devel-14.10-3.33.1.s390" } }, { "category": "product_version", "name": "postgresql14-test-14.10-3.33.1.s390", "product": { "name": "postgresql14-test-14.10-3.33.1.s390", "product_id": "postgresql14-test-14.10-3.33.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.10-3.33.1.s390x", "product": { "name": "postgresql14-14.10-3.33.1.s390x", "product_id": "postgresql14-14.10-3.33.1.s390x" } }, { "category": "product_version", "name": "postgresql14-contrib-14.10-3.33.1.s390x", "product": { "name": "postgresql14-contrib-14.10-3.33.1.s390x", "product_id": "postgresql14-contrib-14.10-3.33.1.s390x" } }, { "category": "product_version", "name": "postgresql14-devel-14.10-3.33.1.s390x", "product": { "name": "postgresql14-devel-14.10-3.33.1.s390x", "product_id": "postgresql14-devel-14.10-3.33.1.s390x" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.10-3.33.1.s390x", "product": { "name": "postgresql14-llvmjit-devel-14.10-3.33.1.s390x", "product_id": "postgresql14-llvmjit-devel-14.10-3.33.1.s390x" } }, { "category": "product_version", "name": "postgresql14-plperl-14.10-3.33.1.s390x", "product": { "name": "postgresql14-plperl-14.10-3.33.1.s390x", "product_id": "postgresql14-plperl-14.10-3.33.1.s390x" } }, { "category": "product_version", "name": "postgresql14-plpython-14.10-3.33.1.s390x", "product": { "name": "postgresql14-plpython-14.10-3.33.1.s390x", "product_id": "postgresql14-plpython-14.10-3.33.1.s390x" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.10-3.33.1.s390x", "product": { "name": "postgresql14-pltcl-14.10-3.33.1.s390x", "product_id": "postgresql14-pltcl-14.10-3.33.1.s390x" } }, { "category": "product_version", "name": "postgresql14-server-14.10-3.33.1.s390x", "product": { "name": "postgresql14-server-14.10-3.33.1.s390x", "product_id": "postgresql14-server-14.10-3.33.1.s390x" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.10-3.33.1.s390x", "product": { "name": "postgresql14-server-devel-14.10-3.33.1.s390x", "product_id": "postgresql14-server-devel-14.10-3.33.1.s390x" } }, { "category": "product_version", "name": "postgresql14-test-14.10-3.33.1.s390x", "product": { "name": "postgresql14-test-14.10-3.33.1.s390x", "product_id": "postgresql14-test-14.10-3.33.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.10-3.33.1.x86_64", "product": { "name": "postgresql14-14.10-3.33.1.x86_64", "product_id": "postgresql14-14.10-3.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-contrib-14.10-3.33.1.x86_64", "product": { "name": "postgresql14-contrib-14.10-3.33.1.x86_64", "product_id": "postgresql14-contrib-14.10-3.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-devel-14.10-3.33.1.x86_64", "product": { "name": "postgresql14-devel-14.10-3.33.1.x86_64", "product_id": "postgresql14-devel-14.10-3.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.10-3.33.1.x86_64", "product": { "name": "postgresql14-llvmjit-devel-14.10-3.33.1.x86_64", "product_id": "postgresql14-llvmjit-devel-14.10-3.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-plperl-14.10-3.33.1.x86_64", "product": { "name": "postgresql14-plperl-14.10-3.33.1.x86_64", "product_id": "postgresql14-plperl-14.10-3.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-plpython-14.10-3.33.1.x86_64", "product": { "name": "postgresql14-plpython-14.10-3.33.1.x86_64", "product_id": "postgresql14-plpython-14.10-3.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.10-3.33.1.x86_64", "product": { "name": "postgresql14-pltcl-14.10-3.33.1.x86_64", "product_id": "postgresql14-pltcl-14.10-3.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-server-14.10-3.33.1.x86_64", "product": { "name": "postgresql14-server-14.10-3.33.1.x86_64", "product_id": "postgresql14-server-14.10-3.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.10-3.33.1.x86_64", "product": { "name": "postgresql14-server-devel-14.10-3.33.1.x86_64", "product_id": "postgresql14-server-devel-14.10-3.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-test-14.10-3.33.1.x86_64", "product": { "name": "postgresql14-test-14.10-3.33.1.x86_64", "product_id": "postgresql14-test-14.10-3.33.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.10-3.33.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.aarch64" }, "product_reference": "postgresql14-devel-14.10-3.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.10-3.33.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.ppc64le" }, "product_reference": "postgresql14-devel-14.10-3.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.10-3.33.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.s390x" }, "product_reference": "postgresql14-devel-14.10-3.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.x86_64" }, "product_reference": "postgresql14-devel-14.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.10-3.33.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.10-3.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.10-3.33.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.s390x" }, "product_reference": "postgresql14-server-devel-14.10-3.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.10-3.33.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.aarch64" }, "product_reference": "postgresql14-14.10-3.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.10-3.33.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.ppc64le" }, "product_reference": "postgresql14-14.10-3.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.10-3.33.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.s390x" }, "product_reference": "postgresql14-14.10-3.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.x86_64" }, "product_reference": "postgresql14-14.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.10-3.33.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.aarch64" }, "product_reference": "postgresql14-contrib-14.10-3.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.10-3.33.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.10-3.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.10-3.33.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.s390x" }, "product_reference": "postgresql14-contrib-14.10-3.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.x86_64" }, "product_reference": "postgresql14-contrib-14.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.10-3.33.1.noarch as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.10-3.33.1.noarch" }, "product_reference": "postgresql14-docs-14.10-3.33.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.10-3.33.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.aarch64" }, "product_reference": "postgresql14-plperl-14.10-3.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.10-3.33.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.10-3.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.10-3.33.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.s390x" }, "product_reference": "postgresql14-plperl-14.10-3.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.x86_64" }, "product_reference": "postgresql14-plperl-14.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.10-3.33.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.aarch64" }, "product_reference": "postgresql14-plpython-14.10-3.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.10-3.33.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.10-3.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.10-3.33.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.s390x" }, "product_reference": "postgresql14-plpython-14.10-3.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.x86_64" }, "product_reference": "postgresql14-plpython-14.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.10-3.33.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.10-3.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.10-3.33.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.10-3.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.10-3.33.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.s390x" }, "product_reference": "postgresql14-pltcl-14.10-3.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.10-3.33.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.aarch64" }, "product_reference": "postgresql14-server-14.10-3.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.10-3.33.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.ppc64le" }, "product_reference": "postgresql14-server-14.10-3.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.10-3.33.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.s390x" }, "product_reference": "postgresql14-server-14.10-3.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.x86_64" }, "product_reference": "postgresql14-server-14.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.10-3.33.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.aarch64" }, "product_reference": "postgresql14-14.10-3.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.10-3.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.ppc64le" }, "product_reference": "postgresql14-14.10-3.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.10-3.33.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.s390x" }, "product_reference": "postgresql14-14.10-3.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.x86_64" }, "product_reference": "postgresql14-14.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.10-3.33.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.aarch64" }, "product_reference": "postgresql14-contrib-14.10-3.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.10-3.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.10-3.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.10-3.33.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.s390x" }, "product_reference": "postgresql14-contrib-14.10-3.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.x86_64" }, "product_reference": "postgresql14-contrib-14.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.10-3.33.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.10-3.33.1.noarch" }, "product_reference": "postgresql14-docs-14.10-3.33.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.10-3.33.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.aarch64" }, "product_reference": "postgresql14-plperl-14.10-3.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.10-3.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.10-3.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.10-3.33.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.s390x" }, "product_reference": "postgresql14-plperl-14.10-3.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.x86_64" }, "product_reference": "postgresql14-plperl-14.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.10-3.33.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.aarch64" }, "product_reference": "postgresql14-plpython-14.10-3.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.10-3.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.10-3.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.10-3.33.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.s390x" }, "product_reference": "postgresql14-plpython-14.10-3.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.x86_64" }, "product_reference": "postgresql14-plpython-14.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.10-3.33.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.10-3.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.10-3.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.10-3.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.10-3.33.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.s390x" }, "product_reference": "postgresql14-pltcl-14.10-3.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.10-3.33.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.aarch64" }, "product_reference": "postgresql14-server-14.10-3.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.10-3.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.ppc64le" }, "product_reference": "postgresql14-server-14.10-3.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.10-3.33.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.s390x" }, "product_reference": "postgresql14-server-14.10-3.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.x86_64" }, "product_reference": "postgresql14-server-14.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-5868", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-5868" } ], "notes": [ { "category": "general", "text": "A memory disclosure vulnerability was found in PostgreSQL that allows remote users to access sensitive information by exploiting certain aggregate function calls with \u0027unknown\u0027-type arguments. Handling \u0027unknown\u0027-type values from string literals without type designation can disclose bytes, potentially revealing notable and confidential information. This issue exists due to excessive data output in aggregate function calls, enabling remote users to read some portion of system memory.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.10-3.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-5868", "url": "https://www.suse.com/security/cve/CVE-2023-5868" }, { "category": "external", "summary": "SUSE Bug 1216962 for CVE-2023-5868", "url": "https://bugzilla.suse.com/1216962" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.10-3.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.10-3.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-13T11:22:35Z", "details": "important" } ], "title": "CVE-2023-5868" }, { "cve": "CVE-2023-5869", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-5869" } ], "notes": [ { "category": "general", "text": "A flaw was found in PostgreSQL that allows authenticated database users to execute arbitrary code through missing overflow checks during SQL array value modification. This issue exists due to an integer overflow during array modification where a remote user can trigger the overflow by providing specially crafted data. This enables the execution of arbitrary code on the target system, allowing users to write arbitrary bytes to memory and extensively read the server\u0027s memory.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.10-3.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-5869", "url": "https://www.suse.com/security/cve/CVE-2023-5869" }, { "category": "external", "summary": "SUSE Bug 1216961 for CVE-2023-5869", "url": "https://bugzilla.suse.com/1216961" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.10-3.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.10-3.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-13T11:22:35Z", "details": "critical" } ], "title": "CVE-2023-5869" }, { "cve": "CVE-2023-5870", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-5870" } ], "notes": [ { "category": "general", "text": "A flaw was found in PostgreSQL involving the pg_cancel_backend role that signals background workers, including the logical replication launcher, autovacuum workers, and the autovacuum launcher. Successful exploitation requires a non-core extension with a less-resilient background worker and would affect that specific background worker only. This issue may allow a remote high privileged user to launch a denial of service (DoS) attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.10-3.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-5870", "url": "https://www.suse.com/security/cve/CVE-2023-5870" }, { "category": "external", "summary": "SUSE Bug 1216960 for CVE-2023-5870", "url": "https://bugzilla.suse.com/1216960" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.10-3.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.10-3.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.10-3.33.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.10-3.33.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-13T11:22:35Z", "details": "moderate" } ], "title": "CVE-2023-5870" } ] }
Loading…
Loading…
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.
Loading…
Loading…