<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
  <DocumentTitle xml:lang="en">Security update for postgresql, postgresql15, postgresql16</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE-SU-2024:0106-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2024-01-15T16:56:41Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2024-01-15T16:56:41Z</InitialReleaseDate>
    <CurrentReleaseDate>2024-01-15T16:56:41Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf.pl</Engine>
      <Date>2017-02-24T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">Security update for postgresql, postgresql15, postgresql16</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This update for postgresql, postgresql15, postgresql16 fixes the following issues:

This update ships postgresql 16.

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)

Changes in postgresql16:

- Upgrade to 16.1:

  * https://www.postgresql.org/about/news/2715
  * https://www.postgresql.org/docs/16/release-16.html
  * https://www.postgresql.org/docs/16/release-16-1.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.

Changes in postgresql15:

- Update to 15.5 https://www.postgresql.org/docs/15/release-15-5.html

- The libs and mini package are now provided by postgresql16.

- 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.

Changes in postgresql:

- Interlock version and release of all noarch packages except for
  the postgresql-docs.
- bsc#1122892: Add a sysconfig variable for initdb.
- Overhaul postgresql-README.SUSE and move it from the binary
  package to the noarch wrapper package.
- bsc#1179231: Add an explanation for the /tmp -&gt; /run/postgresql
  move and permission change.
- Add postgresql-README as a separate source file.
- bsc#1209208: Drop hard dependency on systemd
- bsc#1206796: Refine the distinction of where to use sysusers and
  use bcond to have the expression only in one place.
</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="3" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
    <Note Title="Patchnames" Type="Details" Ordinal="4" xml:lang="en">SUSE-2024-106,SUSE-SLE-Module-Basesystem-15-SP4-2024-106,SUSE-SLE-Module-Basesystem-15-SP5-2024-106,SUSE-SLE-Module-Legacy-15-SP4-2024-106,SUSE-SLE-Module-Legacy-15-SP5-2024-106,SUSE-SLE-Module-Packagehub-Subpackages-15-SP4-2024-106,SUSE-SLE-Module-Server-Applications-15-SP4-2024-106,SUSE-SLE-Module-Server-Applications-15-SP5-2024-106,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-106</Note>
  </DocumentNotes>
  <DocumentDistribution xml:lang="en">Copyright SUSE LLC under the Creative Commons License 4.0 with Attribution (CC-BY-4.0)</DocumentDistribution>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/update/announcement/2024/suse-su-20240106-1/</URL>
      <Description>Link for SUSE-SU-2024:0106-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2024-January/017657.html</URL>
      <Description>E-Mail link for SUSE-SU-2024:0106-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1122892</URL>
      <Description>SUSE Bug 1122892</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1179231</URL>
      <Description>SUSE Bug 1179231</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1206796</URL>
      <Description>SUSE Bug 1206796</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1209208</URL>
      <Description>SUSE Bug 1209208</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1216022</URL>
      <Description>SUSE Bug 1216022</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1216734</URL>
      <Description>SUSE Bug 1216734</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1216960</URL>
      <Description>SUSE Bug 1216960</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1216961</URL>
      <Description>SUSE Bug 1216961</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1216962</URL>
      <Description>SUSE Bug 1216962</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-5868/</URL>
      <Description>SUSE CVE CVE-2023-5868 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-5869/</URL>
      <Description>SUSE CVE CVE-2023-5869 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-5870/</URL>
      <Description>SUSE CVE CVE-2023-5870 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4" CPE="cpe:/o:suse:sle-module-basesystem:15:sp4">SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5" CPE="cpe:/o:suse:sle-module-basesystem:15:sp5">SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Legacy 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP4" CPE="cpe:/o:suse:sle-module-legacy:15:sp4">SUSE Linux Enterprise Module for Legacy 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Legacy 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP5" CPE="cpe:/o:suse:sle-module-legacy:15:sp5">SUSE Linux Enterprise Module for Legacy 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Package Hub 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Package Hub 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP4" CPE="cpe:/o:suse:packagehub:15:sp4">SUSE Linux Enterprise Module for Package Hub 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Server Applications 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4" CPE="cpe:/o:suse:sle-module-server-applications:15:sp4">SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Server Applications 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5" CPE="cpe:/o:suse:sle-module-server-applications:15:sp5">SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp3">SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="libpq5-16.1-150200.5.7.1">
      <FullProductName ProductID="libpq5-16.1-150200.5.7.1">libpq5-16.1-150200.5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libpq5-32bit-16.1-150200.5.7.1">
      <FullProductName ProductID="libpq5-32bit-16.1-150200.5.7.1">libpq5-32bit-16.1-150200.5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-16-150400.4.9.2">
      <FullProductName ProductID="postgresql-16-150400.4.9.2">postgresql-16-150400.4.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql15-15.5-150200.5.19.1">
      <FullProductName ProductID="postgresql15-15.5-150200.5.19.1">postgresql15-15.5-150200.5.19.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql16-16.1-150200.5.7.1">
      <FullProductName ProductID="postgresql16-16.1-150200.5.7.1">postgresql16-16.1-150200.5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-16-150500.10.3.2">
      <FullProductName ProductID="postgresql-16-150500.10.3.2">postgresql-16-150500.10.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-llvmjit-16-150400.4.9.2">
      <FullProductName ProductID="postgresql-llvmjit-16-150400.4.9.2">postgresql-llvmjit-16-150400.4.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-llvmjit-devel-16-150400.4.9.2">
      <FullProductName ProductID="postgresql-llvmjit-devel-16-150400.4.9.2">postgresql-llvmjit-devel-16-150400.4.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-llvmjit-16-150500.10.3.2">
      <FullProductName ProductID="postgresql-llvmjit-16-150500.10.3.2">postgresql-llvmjit-16-150500.10.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-llvmjit-devel-16-150500.10.3.2">
      <FullProductName ProductID="postgresql-llvmjit-devel-16-150500.10.3.2">postgresql-llvmjit-devel-16-150500.10.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-contrib-16-150400.4.9.2">
      <FullProductName ProductID="postgresql-contrib-16-150400.4.9.2">postgresql-contrib-16-150400.4.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-devel-16-150400.4.9.2">
      <FullProductName ProductID="postgresql-devel-16-150400.4.9.2">postgresql-devel-16-150400.4.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-docs-16-150400.4.9.2">
      <FullProductName ProductID="postgresql-docs-16-150400.4.9.2">postgresql-docs-16-150400.4.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-plperl-16-150400.4.9.2">
      <FullProductName ProductID="postgresql-plperl-16-150400.4.9.2">postgresql-plperl-16-150400.4.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-plpython-16-150400.4.9.2">
      <FullProductName ProductID="postgresql-plpython-16-150400.4.9.2">postgresql-plpython-16-150400.4.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-pltcl-16-150400.4.9.2">
      <FullProductName ProductID="postgresql-pltcl-16-150400.4.9.2">postgresql-pltcl-16-150400.4.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-server-16-150400.4.9.2">
      <FullProductName ProductID="postgresql-server-16-150400.4.9.2">postgresql-server-16-150400.4.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-server-devel-16-150400.4.9.2">
      <FullProductName ProductID="postgresql-server-devel-16-150400.4.9.2">postgresql-server-devel-16-150400.4.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-test-16-150400.4.9.2">
      <FullProductName ProductID="postgresql-test-16-150400.4.9.2">postgresql-test-16-150400.4.9.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql15-llvmjit-15.5-150200.5.19.1">
      <FullProductName ProductID="postgresql15-llvmjit-15.5-150200.5.19.1">postgresql15-llvmjit-15.5-150200.5.19.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql15-llvmjit-devel-15.5-150200.5.19.1">
      <FullProductName ProductID="postgresql15-llvmjit-devel-15.5-150200.5.19.1">postgresql15-llvmjit-devel-15.5-150200.5.19.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql15-test-15.5-150200.5.19.1">
      <FullProductName ProductID="postgresql15-test-15.5-150200.5.19.1">postgresql15-test-15.5-150200.5.19.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql16-llvmjit-16.1-150200.5.7.1">
      <FullProductName ProductID="postgresql16-llvmjit-16.1-150200.5.7.1">postgresql16-llvmjit-16.1-150200.5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql16-llvmjit-devel-16.1-150200.5.7.1">
      <FullProductName ProductID="postgresql16-llvmjit-devel-16.1-150200.5.7.1">postgresql16-llvmjit-devel-16.1-150200.5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql16-test-16.1-150200.5.7.1">
      <FullProductName ProductID="postgresql16-test-16.1-150200.5.7.1">postgresql16-test-16.1-150200.5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libecpg6-16.1-150200.5.7.1">
      <FullProductName ProductID="libecpg6-16.1-150200.5.7.1">libecpg6-16.1-150200.5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql15-contrib-15.5-150200.5.19.1">
      <FullProductName ProductID="postgresql15-contrib-15.5-150200.5.19.1">postgresql15-contrib-15.5-150200.5.19.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql15-devel-15.5-150200.5.19.1">
      <FullProductName ProductID="postgresql15-devel-15.5-150200.5.19.1">postgresql15-devel-15.5-150200.5.19.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql15-docs-15.5-150200.5.19.1">
      <FullProductName ProductID="postgresql15-docs-15.5-150200.5.19.1">postgresql15-docs-15.5-150200.5.19.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql15-plperl-15.5-150200.5.19.1">
      <FullProductName ProductID="postgresql15-plperl-15.5-150200.5.19.1">postgresql15-plperl-15.5-150200.5.19.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql15-plpython-15.5-150200.5.19.1">
      <FullProductName ProductID="postgresql15-plpython-15.5-150200.5.19.1">postgresql15-plpython-15.5-150200.5.19.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql15-pltcl-15.5-150200.5.19.1">
      <FullProductName ProductID="postgresql15-pltcl-15.5-150200.5.19.1">postgresql15-pltcl-15.5-150200.5.19.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql15-server-15.5-150200.5.19.1">
      <FullProductName ProductID="postgresql15-server-15.5-150200.5.19.1">postgresql15-server-15.5-150200.5.19.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql15-server-devel-15.5-150200.5.19.1">
      <FullProductName ProductID="postgresql15-server-devel-15.5-150200.5.19.1">postgresql15-server-devel-15.5-150200.5.19.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql16-contrib-16.1-150200.5.7.1">
      <FullProductName ProductID="postgresql16-contrib-16.1-150200.5.7.1">postgresql16-contrib-16.1-150200.5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql16-devel-16.1-150200.5.7.1">
      <FullProductName ProductID="postgresql16-devel-16.1-150200.5.7.1">postgresql16-devel-16.1-150200.5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql16-docs-16.1-150200.5.7.1">
      <FullProductName ProductID="postgresql16-docs-16.1-150200.5.7.1">postgresql16-docs-16.1-150200.5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql16-plperl-16.1-150200.5.7.1">
      <FullProductName ProductID="postgresql16-plperl-16.1-150200.5.7.1">postgresql16-plperl-16.1-150200.5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql16-plpython-16.1-150200.5.7.1">
      <FullProductName ProductID="postgresql16-plpython-16.1-150200.5.7.1">postgresql16-plpython-16.1-150200.5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql16-pltcl-16.1-150200.5.7.1">
      <FullProductName ProductID="postgresql16-pltcl-16.1-150200.5.7.1">postgresql16-pltcl-16.1-150200.5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql16-server-16.1-150200.5.7.1">
      <FullProductName ProductID="postgresql16-server-16.1-150200.5.7.1">postgresql16-server-16.1-150200.5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql16-server-devel-16.1-150200.5.7.1">
      <FullProductName ProductID="postgresql16-server-devel-16.1-150200.5.7.1">postgresql16-server-devel-16.1-150200.5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-contrib-16-150500.10.3.2">
      <FullProductName ProductID="postgresql-contrib-16-150500.10.3.2">postgresql-contrib-16-150500.10.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-devel-16-150500.10.3.2">
      <FullProductName ProductID="postgresql-devel-16-150500.10.3.2">postgresql-devel-16-150500.10.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-docs-16-150500.10.3.2">
      <FullProductName ProductID="postgresql-docs-16-150500.10.3.2">postgresql-docs-16-150500.10.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-plperl-16-150500.10.3.2">
      <FullProductName ProductID="postgresql-plperl-16-150500.10.3.2">postgresql-plperl-16-150500.10.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-plpython-16-150500.10.3.2">
      <FullProductName ProductID="postgresql-plpython-16-150500.10.3.2">postgresql-plpython-16-150500.10.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-pltcl-16-150500.10.3.2">
      <FullProductName ProductID="postgresql-pltcl-16-150500.10.3.2">postgresql-pltcl-16-150500.10.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-server-16-150500.10.3.2">
      <FullProductName ProductID="postgresql-server-16-150500.10.3.2">postgresql-server-16-150500.10.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-server-devel-16-150500.10.3.2">
      <FullProductName ProductID="postgresql-server-devel-16-150500.10.3.2">postgresql-server-devel-16-150500.10.3.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-16-150300.10.18.3">
      <FullProductName ProductID="postgresql-16-150300.10.18.3">postgresql-16-150300.10.18.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-contrib-16-150300.10.18.3">
      <FullProductName ProductID="postgresql-contrib-16-150300.10.18.3">postgresql-contrib-16-150300.10.18.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-devel-16-150300.10.18.3">
      <FullProductName ProductID="postgresql-devel-16-150300.10.18.3">postgresql-devel-16-150300.10.18.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-docs-16-150300.10.18.3">
      <FullProductName ProductID="postgresql-docs-16-150300.10.18.3">postgresql-docs-16-150300.10.18.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-plperl-16-150300.10.18.3">
      <FullProductName ProductID="postgresql-plperl-16-150300.10.18.3">postgresql-plperl-16-150300.10.18.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-plpython-16-150300.10.18.3">
      <FullProductName ProductID="postgresql-plpython-16-150300.10.18.3">postgresql-plpython-16-150300.10.18.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-pltcl-16-150300.10.18.3">
      <FullProductName ProductID="postgresql-pltcl-16-150300.10.18.3">postgresql-pltcl-16-150300.10.18.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-server-16-150300.10.18.3">
      <FullProductName ProductID="postgresql-server-16-150300.10.18.3">postgresql-server-16-150300.10.18.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="postgresql-server-devel-16-150300.10.18.3">
      <FullProductName ProductID="postgresql-server-devel-16-150300.10.18.3">postgresql-server-devel-16-150300.10.18.3</FullProductName>
    </Branch>
    <Relationship ProductReference="libpq5-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:libpq5-16.1-150200.5.7.1">libpq5-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpq5-32bit-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:libpq5-32bit-16.1-150200.5.7.1">libpq5-32bit-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:postgresql-16-150400.4.9.2">postgresql-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:postgresql15-15.5-150200.5.19.1">postgresql15-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:postgresql16-16.1-150200.5.7.1">postgresql16-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpq5-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.1-150200.5.7.1">libpq5-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpq5-32bit-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-16.1-150200.5.7.1">libpq5-32bit-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-16-150500.10.3.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql-16-150500.10.3.2">postgresql-16-150500.10.3.2 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.5-150200.5.19.1">postgresql15-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.1-150200.5.7.1">postgresql16-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-llvmjit-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP4:postgresql-llvmjit-16-150400.4.9.2">postgresql-llvmjit-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Legacy 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-llvmjit-devel-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP4:postgresql-llvmjit-devel-16-150400.4.9.2">postgresql-llvmjit-devel-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Legacy 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-llvmjit-16-150500.10.3.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-16-150500.10.3.2">postgresql-llvmjit-16-150500.10.3.2 as a component of SUSE Linux Enterprise Module for Legacy 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-llvmjit-devel-16-150500.10.3.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-devel-16-150500.10.3.2">postgresql-llvmjit-devel-16-150500.10.3.2 as a component of SUSE Linux Enterprise Module for Legacy 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-16-150400.4.9.2">postgresql-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-contrib-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-contrib-16-150400.4.9.2">postgresql-contrib-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-devel-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-devel-16-150400.4.9.2">postgresql-devel-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-docs-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-docs-16-150400.4.9.2">postgresql-docs-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-llvmjit-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-llvmjit-16-150400.4.9.2">postgresql-llvmjit-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-llvmjit-devel-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-llvmjit-devel-16-150400.4.9.2">postgresql-llvmjit-devel-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-plperl-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-plperl-16-150400.4.9.2">postgresql-plperl-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-plpython-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-plpython-16-150400.4.9.2">postgresql-plpython-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-pltcl-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-pltcl-16-150400.4.9.2">postgresql-pltcl-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-server-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-server-16-150400.4.9.2">postgresql-server-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-server-devel-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-server-devel-16-150400.4.9.2">postgresql-server-devel-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-test-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-test-16-150400.4.9.2">postgresql-test-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-llvmjit-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.5-150200.5.19.1">postgresql15-llvmjit-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-llvmjit-devel-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.5-150200.5.19.1">postgresql15-llvmjit-devel-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-test-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.5-150200.5.19.1">postgresql15-test-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-llvmjit-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql16-llvmjit-16.1-150200.5.7.1">postgresql16-llvmjit-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-llvmjit-devel-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql16-llvmjit-devel-16.1-150200.5.7.1">postgresql16-llvmjit-devel-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-test-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql16-test-16.1-150200.5.7.1">postgresql16-test-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libecpg6-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:libecpg6-16.1-150200.5.7.1">libecpg6-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-contrib-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-contrib-16-150400.4.9.2">postgresql-contrib-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-devel-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-devel-16-150400.4.9.2">postgresql-devel-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-docs-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-docs-16-150400.4.9.2">postgresql-docs-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-plperl-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-plperl-16-150400.4.9.2">postgresql-plperl-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-plpython-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-plpython-16-150400.4.9.2">postgresql-plpython-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-pltcl-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-pltcl-16-150400.4.9.2">postgresql-pltcl-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-server-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-server-16-150400.4.9.2">postgresql-server-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-server-devel-16-150400.4.9.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-server-devel-16-150400.4.9.2">postgresql-server-devel-16-150400.4.9.2 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-contrib-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-contrib-15.5-150200.5.19.1">postgresql15-contrib-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-devel-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-devel-15.5-150200.5.19.1">postgresql15-devel-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-docs-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-docs-15.5-150200.5.19.1">postgresql15-docs-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-plperl-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-plperl-15.5-150200.5.19.1">postgresql15-plperl-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-plpython-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-plpython-15.5-150200.5.19.1">postgresql15-plpython-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-pltcl-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-pltcl-15.5-150200.5.19.1">postgresql15-pltcl-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-server-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-server-15.5-150200.5.19.1">postgresql15-server-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-server-devel-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-server-devel-15.5-150200.5.19.1">postgresql15-server-devel-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-contrib-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-contrib-16.1-150200.5.7.1">postgresql16-contrib-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-devel-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-devel-16.1-150200.5.7.1">postgresql16-devel-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-docs-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-docs-16.1-150200.5.7.1">postgresql16-docs-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-plperl-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-plperl-16.1-150200.5.7.1">postgresql16-plperl-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-plpython-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-plpython-16.1-150200.5.7.1">postgresql16-plpython-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-pltcl-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-pltcl-16.1-150200.5.7.1">postgresql16-pltcl-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-server-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-server-16.1-150200.5.7.1">postgresql16-server-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-server-devel-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-server-devel-16.1-150200.5.7.1">postgresql16-server-devel-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libecpg6-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.1-150200.5.7.1">libecpg6-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-contrib-16-150500.10.3.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-contrib-16-150500.10.3.2">postgresql-contrib-16-150500.10.3.2 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-devel-16-150500.10.3.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-devel-16-150500.10.3.2">postgresql-devel-16-150500.10.3.2 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-docs-16-150500.10.3.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-docs-16-150500.10.3.2">postgresql-docs-16-150500.10.3.2 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-plperl-16-150500.10.3.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plperl-16-150500.10.3.2">postgresql-plperl-16-150500.10.3.2 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-plpython-16-150500.10.3.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plpython-16-150500.10.3.2">postgresql-plpython-16-150500.10.3.2 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-pltcl-16-150500.10.3.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-pltcl-16-150500.10.3.2">postgresql-pltcl-16-150500.10.3.2 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-server-16-150500.10.3.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-16-150500.10.3.2">postgresql-server-16-150500.10.3.2 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-server-devel-16-150500.10.3.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-devel-16-150500.10.3.2">postgresql-server-devel-16-150500.10.3.2 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-contrib-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.5-150200.5.19.1">postgresql15-contrib-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-devel-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.5-150200.5.19.1">postgresql15-devel-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-docs-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.5-150200.5.19.1">postgresql15-docs-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-plperl-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.5-150200.5.19.1">postgresql15-plperl-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-plpython-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.5-150200.5.19.1">postgresql15-plpython-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-pltcl-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.5-150200.5.19.1">postgresql15-pltcl-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-server-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.5-150200.5.19.1">postgresql15-server-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-server-devel-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.5-150200.5.19.1">postgresql15-server-devel-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-contrib-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.1-150200.5.7.1">postgresql16-contrib-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-devel-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.1-150200.5.7.1">postgresql16-devel-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-docs-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.1-150200.5.7.1">postgresql16-docs-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-plperl-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.1-150200.5.7.1">postgresql16-plperl-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-plpython-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.1-150200.5.7.1">postgresql16-plpython-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-pltcl-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.1-150200.5.7.1">postgresql16-pltcl-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-server-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.1-150200.5.7.1">postgresql16-server-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql16-server-devel-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Server Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.1-150200.5.7.1">postgresql16-server-devel-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Server Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libecpg6-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-16.1-150200.5.7.1">libecpg6-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpq5-16.1-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-16.1-150200.5.7.1">libpq5-16.1-150200.5.7.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-16-150300.10.18.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-16-150300.10.18.3">postgresql-16-150300.10.18.3 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-contrib-16-150300.10.18.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-contrib-16-150300.10.18.3">postgresql-contrib-16-150300.10.18.3 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-devel-16-150300.10.18.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-devel-16-150300.10.18.3">postgresql-devel-16-150300.10.18.3 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-docs-16-150300.10.18.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-docs-16-150300.10.18.3">postgresql-docs-16-150300.10.18.3 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-plperl-16-150300.10.18.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plperl-16-150300.10.18.3">postgresql-plperl-16-150300.10.18.3 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-plpython-16-150300.10.18.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plpython-16-150300.10.18.3">postgresql-plpython-16-150300.10.18.3 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-pltcl-16-150300.10.18.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-pltcl-16-150300.10.18.3">postgresql-pltcl-16-150300.10.18.3 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-server-16-150300.10.18.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-16-150300.10.18.3">postgresql-server-16-150300.10.18.3 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql-server-devel-16-150300.10.18.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-devel-16-150300.10.18.3">postgresql-server-devel-16-150300.10.18.3 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.5-150200.5.19.1">postgresql15-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-contrib-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.5-150200.5.19.1">postgresql15-contrib-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-devel-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.5-150200.5.19.1">postgresql15-devel-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-docs-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.5-150200.5.19.1">postgresql15-docs-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-plperl-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.5-150200.5.19.1">postgresql15-plperl-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-plpython-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.5-150200.5.19.1">postgresql15-plpython-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-pltcl-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.5-150200.5.19.1">postgresql15-pltcl-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-server-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.5-150200.5.19.1">postgresql15-server-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="postgresql15-server-devel-15.5-150200.5.19.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.5-150200.5.19.1">postgresql15-server-devel-15.5-150200.5.19.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A memory disclosure vulnerability was found in PostgreSQL that allows remote users to access sensitive information by exploiting certain aggregate function calls with 'unknown'-type arguments. Handling 'unknown'-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.</Note>
    </Notes>
    <CVE>CVE-2023-5868</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:libpq5-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:libpq5-32bit-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:postgresql-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:postgresql15-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:postgresql16-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP4:postgresql-llvmjit-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP4:postgresql-llvmjit-devel-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-devel-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-contrib-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-devel-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-docs-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-llvmjit-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-llvmjit-devel-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-plperl-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-plpython-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-pltcl-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-server-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-server-devel-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-test-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql16-llvmjit-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql16-llvmjit-devel-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql16-test-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:libecpg6-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-contrib-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-devel-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-docs-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-plperl-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-plpython-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-pltcl-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-server-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-server-devel-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-contrib-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-devel-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-docs-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-plperl-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-plpython-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-pltcl-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-server-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-server-devel-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-contrib-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-devel-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-docs-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-plperl-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-plpython-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-pltcl-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-server-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-server-devel-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-contrib-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-devel-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-docs-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plperl-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plpython-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-pltcl-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-devel-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-contrib-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-devel-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-docs-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plperl-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plpython-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-pltcl-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-devel-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.5-150200.5.19.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2024/suse-su-20240106-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-5868.html</URL>
        <Description>CVE-2023-5868</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1216962</URL>
        <Description>SUSE Bug 1216962</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="2">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">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's memory.</Note>
    </Notes>
    <CVE>CVE-2023-5869</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:libpq5-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:libpq5-32bit-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:postgresql-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:postgresql15-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:postgresql16-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP4:postgresql-llvmjit-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP4:postgresql-llvmjit-devel-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-devel-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-contrib-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-devel-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-docs-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-llvmjit-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-llvmjit-devel-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-plperl-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-plpython-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-pltcl-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-server-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-server-devel-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-test-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql16-llvmjit-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql16-llvmjit-devel-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql16-test-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:libecpg6-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-contrib-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-devel-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-docs-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-plperl-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-plpython-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-pltcl-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-server-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-server-devel-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-contrib-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-devel-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-docs-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-plperl-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-plpython-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-pltcl-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-server-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-server-devel-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-contrib-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-devel-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-docs-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-plperl-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-plpython-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-pltcl-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-server-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-server-devel-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-contrib-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-devel-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-docs-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plperl-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plpython-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-pltcl-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-devel-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-contrib-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-devel-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-docs-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plperl-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plpython-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-pltcl-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-devel-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.5-150200.5.19.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>critical</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2024/suse-su-20240106-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-5869.html</URL>
        <Description>CVE-2023-5869</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1216961</URL>
        <Description>SUSE Bug 1216961</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="3">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">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.</Note>
    </Notes>
    <CVE>CVE-2023-5870</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:libpq5-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:libpq5-32bit-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:postgresql-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:postgresql15-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:postgresql16-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP4:postgresql-llvmjit-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP4:postgresql-llvmjit-devel-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-devel-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-contrib-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-devel-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-docs-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-llvmjit-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-llvmjit-devel-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-plperl-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-plpython-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-pltcl-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-server-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-server-devel-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql-test-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql16-llvmjit-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql16-llvmjit-devel-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql16-test-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:libecpg6-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-contrib-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-devel-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-docs-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-plperl-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-plpython-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-pltcl-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-server-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql-server-devel-16-150400.4.9.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-contrib-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-devel-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-docs-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-plperl-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-plpython-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-pltcl-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-server-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql15-server-devel-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-contrib-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-devel-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-docs-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-plperl-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-plpython-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-pltcl-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-server-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP4:postgresql16-server-devel-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-contrib-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-devel-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-docs-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plperl-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plpython-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-pltcl-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-devel-16-150500.10.3.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-16.1-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-contrib-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-devel-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-docs-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plperl-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plpython-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-pltcl-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-devel-16-150300.10.18.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.5-150200.5.19.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.5-150200.5.19.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2024/suse-su-20240106-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-5870.html</URL>
        <Description>CVE-2023-5870</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1216960</URL>
        <Description>SUSE Bug 1216960</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
