<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cpe="http://cpe.mitre.org/language/2.0" xmlns:cvrf="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf" xmlns:cvrf-common="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/common" xmlns:cvssv2="http://scap.nist.gov/schema/cvss-v2/1.0" xmlns:cvssv3="https://www.first.org/cvss/cvss-v3.0.xsd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="http://purl.org/dc/elements/1.1/" xmlns:prod="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod" xmlns:scap-core="http://scap.nist.gov/schema/scap-core/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:vuln="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf">
  <DocumentTitle xml:lang="en">CVE-2023-24536</DocumentTitle>
  <DocumentType>SUSE CVE</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE CVE-2023-24536</ID>
    </Identification>
    <Status>Interim</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>28</Number>
        <Date>2026-03-05T03:47:41Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2023-04-05T23:14:57Z</InitialReleaseDate>
    <CurrentReleaseDate>2026-03-05T03:47:41Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf-cve.pl</Engine>
      <Date>2020-12-27T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="CVE" Type="Summary" Ordinal="1" xml:lang="en">CVE-2023-24536</Note>
    <Note Title="Mitre CVE Description" Type="Description" Ordinal="2" xml:lang="en">Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/multipart.Reader.ReadForm limits the total memory a parsed multipart form can consume. ReadForm can undercount the amount of memory consumed, leading it to accept larger inputs than intended. 2. Limiting total memory does not account for increased pressure on the garbage collector from large numbers of small allocations in forms with many parts. 3. ReadForm can allocate a large number of short-lived buffers, further increasing pressure on the garbage collector. The combination of these factors can permit an attacker to cause an program that parses multipart forms to consume large amounts of CPU and memory, potentially resulting in a denial of service. This affects programs that use mime/multipart.Reader.ReadForm, as well as form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. With fix, ReadForm now does a better job of estimating the memory consumption of parsed forms, and performs many fewer short-lived allocations. In addition, the fixed mime/multipart.Reader imposes the following limits on the size of parsed forms: 1. Forms parsed with ReadForm may contain no more than 1000 parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxparts=. 2. Form parts parsed with NextPart and NextRawPart may contain no more than 10,000 header fields. In addition, forms parsed with ReadForm may contain no more than 10,000 header fields across all parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxheaders=.</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="4" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
  </DocumentNotes>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-April/014427.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:1008-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-April/014428.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:1009-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-May/014835.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:1516-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-May/014836.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:1517-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015974.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2729-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-April/014421.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:1791-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-April/014420.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:1792-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-May/014738.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:2105-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-May/014784.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:2105-2</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-May/014783.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:2127-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod">
    <Branch Type="Product Family" Name="Container bci/golang:1.20-2.48">
      <Branch Type="Product Name" Name="Container bci/golang:1.20-2.48">
        <FullProductName ProductID="Container bci/golang:1.20-2.48">Container bci/golang:1.20-2.48</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/golang:oldstable-3.4">
      <Branch Type="Product Name" Name="Container bci/golang:oldstable-3.4">
        <FullProductName ProductID="Container bci/golang:oldstable-3.4">Container bci/golang:oldstable-3.4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Enterprise Storage 7.1">
      <Branch Type="Product Name" Name="SUSE Enterprise Storage 7.1">
        <FullProductName ProductID="SUSE Enterprise Storage 7.1" CPE="cpe:/o:suse:ses:7.1">SUSE Enterprise Storage 7.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Liberty Linux 8">
      <Branch Type="Product Name" Name="SUSE Liberty Linux 8">
        <FullProductName ProductID="SUSE Liberty Linux 8" CPE="cpe:/o:suse:sll:8">SUSE Liberty Linux 8</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Liberty Linux 9">
      <Branch Type="Product Name" Name="SUSE Liberty Linux 9">
        <FullProductName ProductID="SUSE Liberty Linux 9" CPE="cpe:/o:suse:sll:9">SUSE Liberty Linux 9</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4" CPE="cpe:/o:suse:sle-module-development-tools:15:sp4">SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5" CPE="cpe:/o:suse:sle-module-development-tools:15:sp5">SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6" CPE="cpe:/o:suse:sle-module-development-tools:15:sp6">SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp3">SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp3">SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4" CPE="cpe:/o:suse:sle-module-development-tools:15:sp4">SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5" CPE="cpe:/o:suse:sle-module-development-tools:15:sp5">SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6" CPE="cpe:/o:suse:sle-module-development-tools:15:sp6">SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Real Time 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Real Time 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3" CPE="cpe:/o:suse:sle_rt:15:sp3">SUSE Linux Enterprise Real Time 15 SP3</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 Family" Name="SUSE Linux Enterprise Server 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4" CPE="cpe:/o:suse:sle-module-development-tools:15:sp4">SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP4-TERADATA">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA" CPE="cpe:/o:suse:sles_teradata:15:sp4">SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5" CPE="cpe:/o:suse:sle-module-development-tools:15:sp5">SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6" CPE="cpe:/o:suse:sle-module-development-tools:15:sp6">SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3" CPE="cpe:/o:suse:sles_sap:15:sp3">SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4" CPE="cpe:/o:suse:sle-module-development-tools:15:sp4">SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5" CPE="cpe:/o:suse:sle-module-development-tools:15:sp5">SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6" CPE="cpe:/o:suse:sle-module-development-tools:15:sp6">SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Proxy 4.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4" CPE="cpe:/o:suse:sle-module-development-tools:15:sp4">SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Retail Branch Server 4.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4" CPE="cpe:/o:suse:sle-module-development-tools:15:sp4">SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Server 4.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4" CPE="cpe:/o:suse:sle-module-development-tools:15:sp4">SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.4">
      <Branch Type="Product Name" Name="openSUSE Leap 15.4">
        <FullProductName ProductID="openSUSE Leap 15.4" CPE="cpe:/o:opensuse:leap:15.4">openSUSE Leap 15.4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Tumbleweed">
      <Branch Type="Product Name" Name="openSUSE Tumbleweed">
        <FullProductName ProductID="openSUSE Tumbleweed" CPE="cpe:/o:opensuse:tumbleweed">openSUSE Tumbleweed</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="buildah-1.31.3-1.el9">
      <FullProductName ProductID="buildah-1.31.3-1.el9" CPE="cpe:2.3:a:buildah_project:buildah:1.31.3:*:*:*:*:*:*:*">buildah-1.31.3-1.el9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="buildah-tests-1.31.3-1.el9">
      <FullProductName ProductID="buildah-tests-1.31.3-1.el9">buildah-tests-1.31.3-1.el9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="containernetworking-plugins-1.3.0-4.el9">
      <FullProductName ProductID="containernetworking-plugins-1.3.0-4.el9">containernetworking-plugins-1.3.0-4.el9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5">
      <FullProductName ProductID="delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5">delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go-toolset-1.19.9-1.module+el8.8.0+18857+fca43658">
      <FullProductName ProductID="go-toolset-1.19.9-1.module+el8.8.0+18857+fca43658">go-toolset-1.19.9-1.module+el8.8.0+18857+fca43658</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.19">
      <FullProductName ProductID="go1.19" CPE="cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*">go1.19</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.19-1.19.8-1.1">
      <FullProductName ProductID="go1.19-1.19.8-1.1" CPE="cpe:2.3:a:golang:go:1.19.8:*:*:*:*:*:*:*">go1.19-1.19.8-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.19-1.19.9-150000.1.31.1">
      <FullProductName ProductID="go1.19-1.19.9-150000.1.31.1" CPE="cpe:2.3:a:golang:go:1.19.9:*:*:*:*:*:*:*">go1.19-1.19.9-150000.1.31.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.19-doc">
      <FullProductName ProductID="go1.19-doc">go1.19-doc</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.19-doc-1.19.8-1.1">
      <FullProductName ProductID="go1.19-doc-1.19.8-1.1">go1.19-doc-1.19.8-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.19-doc-1.19.9-150000.1.31.1">
      <FullProductName ProductID="go1.19-doc-1.19.9-150000.1.31.1">go1.19-doc-1.19.9-150000.1.31.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.19-race">
      <FullProductName ProductID="go1.19-race">go1.19-race</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.19-race-1.19.8-1.1">
      <FullProductName ProductID="go1.19-race-1.19.8-1.1">go1.19-race-1.19.8-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.19-race-1.19.9-150000.1.31.1">
      <FullProductName ProductID="go1.19-race-1.19.9-150000.1.31.1">go1.19-race-1.19.9-150000.1.31.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20">
      <FullProductName ProductID="go1.20" CPE="cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*">go1.20</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-1.20.3-1.1">
      <FullProductName ProductID="go1.20-1.20.3-1.1" CPE="cpe:2.3:a:golang:go:1.20.3:*:*:*:*:*:*:*">go1.20-1.20.3-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-1.20.4-150000.1.11.1">
      <FullProductName ProductID="go1.20-1.20.4-150000.1.11.1" CPE="cpe:2.3:a:golang:go:1.20.4:*:*:*:*:*:*:*">go1.20-1.20.4-150000.1.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-doc">
      <FullProductName ProductID="go1.20-doc">go1.20-doc</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-doc-1.20.3-1.1">
      <FullProductName ProductID="go1.20-doc-1.20.3-1.1">go1.20-doc-1.20.3-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-doc-1.20.4-150000.1.11.1">
      <FullProductName ProductID="go1.20-doc-1.20.4-150000.1.11.1">go1.20-doc-1.20.4-150000.1.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-libstd-1.20.3-1.1">
      <FullProductName ProductID="go1.20-libstd-1.20.3-1.1">go1.20-libstd-1.20.3-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-openssl-1.20.12.1-150000.1.17.1">
      <FullProductName ProductID="go1.20-openssl-1.20.12.1-150000.1.17.1" CPE="cpe:2.3:a:golang:go:1.20.12.1:*:*:*:*:*:*:*">go1.20-openssl-1.20.12.1-150000.1.17.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-openssl-doc-1.20.12.1-150000.1.17.1">
      <FullProductName ProductID="go1.20-openssl-doc-1.20.12.1-150000.1.17.1">go1.20-openssl-doc-1.20.12.1-150000.1.17.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-openssl-race-1.20.12.1-150000.1.17.1">
      <FullProductName ProductID="go1.20-openssl-race-1.20.12.1-150000.1.17.1">go1.20-openssl-race-1.20.12.1-150000.1.17.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-race">
      <FullProductName ProductID="go1.20-race">go1.20-race</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-race-1.20.3-1.1">
      <FullProductName ProductID="go1.20-race-1.20.3-1.1">go1.20-race-1.20.3-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-race-1.20.4-150000.1.11.1">
      <FullProductName ProductID="go1.20-race-1.20.4-150000.1.11.1">go1.20-race-1.20.4-150000.1.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="golang-1.19.9-1.module+el8.8.0+18857+fca43658">
      <FullProductName ProductID="golang-1.19.9-1.module+el8.8.0+18857+fca43658">golang-1.19.9-1.module+el8.8.0+18857+fca43658</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="golang-bin-1.19.9-1.module+el8.8.0+18857+fca43658">
      <FullProductName ProductID="golang-bin-1.19.9-1.module+el8.8.0+18857+fca43658">golang-bin-1.19.9-1.module+el8.8.0+18857+fca43658</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="golang-docs-1.19.9-1.module+el8.8.0+18857+fca43658">
      <FullProductName ProductID="golang-docs-1.19.9-1.module+el8.8.0+18857+fca43658">golang-docs-1.19.9-1.module+el8.8.0+18857+fca43658</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="golang-misc-1.19.9-1.module+el8.8.0+18857+fca43658">
      <FullProductName ProductID="golang-misc-1.19.9-1.module+el8.8.0+18857+fca43658">golang-misc-1.19.9-1.module+el8.8.0+18857+fca43658</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="golang-race-1.19.9-1.module+el8.8.0+18857+fca43658">
      <FullProductName ProductID="golang-race-1.19.9-1.module+el8.8.0+18857+fca43658">golang-race-1.19.9-1.module+el8.8.0+18857+fca43658</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="golang-src-1.19.9-1.module+el8.8.0+18857+fca43658">
      <FullProductName ProductID="golang-src-1.19.9-1.module+el8.8.0+18857+fca43658">golang-src-1.19.9-1.module+el8.8.0+18857+fca43658</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="golang-tests-1.19.9-1.module+el8.8.0+18857+fca43658">
      <FullProductName ProductID="golang-tests-1.19.9-1.module+el8.8.0+18857+fca43658">golang-tests-1.19.9-1.module+el8.8.0+18857+fca43658</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="podman-4.6.1-5.el9">
      <FullProductName ProductID="podman-4.6.1-5.el9" CPE="cpe:2.3:a:podman_project:podman:4.6.1:*:*:*:*:*:*:*">podman-4.6.1-5.el9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="podman-docker-4.6.1-5.el9">
      <FullProductName ProductID="podman-docker-4.6.1-5.el9">podman-docker-4.6.1-5.el9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="podman-gvproxy-4.6.1-5.el9">
      <FullProductName ProductID="podman-gvproxy-4.6.1-5.el9">podman-gvproxy-4.6.1-5.el9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="podman-plugins-4.6.1-5.el9">
      <FullProductName ProductID="podman-plugins-4.6.1-5.el9">podman-plugins-4.6.1-5.el9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="podman-remote-4.6.1-5.el9">
      <FullProductName ProductID="podman-remote-4.6.1-5.el9">podman-remote-4.6.1-5.el9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="podman-tests-4.6.1-5.el9">
      <FullProductName ProductID="podman-tests-4.6.1-5.el9">podman-tests-4.6.1-5.el9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="skopeo-1.13.3-1.el9">
      <FullProductName ProductID="skopeo-1.13.3-1.el9">skopeo-1.13.3-1.el9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="skopeo-tests-1.13.3-1.el9">
      <FullProductName ProductID="skopeo-tests-1.13.3-1.el9">skopeo-tests-1.13.3-1.el9</FullProductName>
    </Branch>
    <Relationship ProductReference="go1.20-1.20.4-150000.1.11.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/golang:1.20-2.48">
      <FullProductName ProductID="Container bci/golang:1.20-2.48:go1.20-1.20.4-150000.1.11.1">go1.20-1.20.4-150000.1.11.1 as a component of Container bci/golang:1.20-2.48</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/golang:oldstable-3.4">
      <FullProductName ProductID="Container bci/golang:oldstable-3.4:go1.19-1.19.9-150000.1.31.1">go1.19-1.19.9-150000.1.31.1 as a component of Container bci/golang:oldstable-3.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1">go1.19-1.19.9-150000.1.31.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1">go1.19-doc-1.19.9-150000.1.31.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1">go1.19-race-1.19.9-150000.1.31.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5">delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="go-toolset-1.19.9-1.module+el8.8.0+18857+fca43658" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:go-toolset-1.19.9-1.module+el8.8.0+18857+fca43658">go-toolset-1.19.9-1.module+el8.8.0+18857+fca43658 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-1.19.9-1.module+el8.8.0+18857+fca43658" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:golang-1.19.9-1.module+el8.8.0+18857+fca43658">golang-1.19.9-1.module+el8.8.0+18857+fca43658 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-bin-1.19.9-1.module+el8.8.0+18857+fca43658" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:golang-bin-1.19.9-1.module+el8.8.0+18857+fca43658">golang-bin-1.19.9-1.module+el8.8.0+18857+fca43658 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-docs-1.19.9-1.module+el8.8.0+18857+fca43658" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:golang-docs-1.19.9-1.module+el8.8.0+18857+fca43658">golang-docs-1.19.9-1.module+el8.8.0+18857+fca43658 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-misc-1.19.9-1.module+el8.8.0+18857+fca43658" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:golang-misc-1.19.9-1.module+el8.8.0+18857+fca43658">golang-misc-1.19.9-1.module+el8.8.0+18857+fca43658 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-race-1.19.9-1.module+el8.8.0+18857+fca43658" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:golang-race-1.19.9-1.module+el8.8.0+18857+fca43658">golang-race-1.19.9-1.module+el8.8.0+18857+fca43658 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-src-1.19.9-1.module+el8.8.0+18857+fca43658" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:golang-src-1.19.9-1.module+el8.8.0+18857+fca43658">golang-src-1.19.9-1.module+el8.8.0+18857+fca43658 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-tests-1.19.9-1.module+el8.8.0+18857+fca43658" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:golang-tests-1.19.9-1.module+el8.8.0+18857+fca43658">golang-tests-1.19.9-1.module+el8.8.0+18857+fca43658 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="buildah-1.31.3-1.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:buildah-1.31.3-1.el9">buildah-1.31.3-1.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="buildah-tests-1.31.3-1.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:buildah-tests-1.31.3-1.el9">buildah-tests-1.31.3-1.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="containernetworking-plugins-1.3.0-4.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:containernetworking-plugins-1.3.0-4.el9">containernetworking-plugins-1.3.0-4.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="podman-4.6.1-5.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:podman-4.6.1-5.el9">podman-4.6.1-5.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="podman-docker-4.6.1-5.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:podman-docker-4.6.1-5.el9">podman-docker-4.6.1-5.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="podman-gvproxy-4.6.1-5.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:podman-gvproxy-4.6.1-5.el9">podman-gvproxy-4.6.1-5.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="podman-plugins-4.6.1-5.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:podman-plugins-4.6.1-5.el9">podman-plugins-4.6.1-5.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="podman-remote-4.6.1-5.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:podman-remote-4.6.1-5.el9">podman-remote-4.6.1-5.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="podman-tests-4.6.1-5.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:podman-tests-4.6.1-5.el9">podman-tests-4.6.1-5.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="skopeo-1.13.3-1.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:skopeo-1.13.3-1.el9">skopeo-1.13.3-1.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="skopeo-tests-1.13.3-1.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:skopeo-tests-1.13.3-1.el9">skopeo-tests-1.13.3-1.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1">go1.19-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1">go1.19-doc-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1">go1.19-race-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1">go1.19-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1">go1.19-doc-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1">go1.19-race-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1">go1.19-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1">go1.19-doc-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1">go1.19-race-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-1.20.4-150000.1.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1">go1.20-1.20.4-150000.1.11.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-doc-1.20.4-150000.1.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1">go1.20-doc-1.20.4-150000.1.11.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-race-1.20.4-150000.1.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1">go1.20-race-1.20.4-150000.1.11.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-1.19.9-150000.1.31.1">go1.19-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-doc-1.19.9-150000.1.31.1">go1.19-doc-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-race-1.19.9-150000.1.31.1">go1.19-race-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-1.20.4-150000.1.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.4-150000.1.11.1">go1.20-1.20.4-150000.1.11.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-doc-1.20.4-150000.1.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.4-150000.1.11.1">go1.20-doc-1.20.4-150000.1.11.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-race-1.20.4-150000.1.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.4-150000.1.11.1">go1.20-race-1.20.4-150000.1.11.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-openssl-1.20.12.1-150000.1.17.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1">go1.20-openssl-1.20.12.1-150000.1.17.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-openssl-doc-1.20.12.1-150000.1.17.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1">go1.20-openssl-doc-1.20.12.1-150000.1.17.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-openssl-race-1.20.12.1-150000.1.17.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1">go1.20-openssl-race-1.20.12.1-150000.1.17.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1">go1.19-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1">go1.19-doc-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1">go1.19-race-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-1.20.4-150000.1.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1">go1.20-1.20.4-150000.1.11.1 as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-doc-1.20.4-150000.1.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1">go1.20-doc-1.20.4-150000.1.11.1 as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-race-1.20.4-150000.1.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1">go1.20-race-1.20.4-150000.1.11.1 as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1">go1.19-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1">go1.19-doc-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1">go1.19-race-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-1.19.9-150000.1.31.1">go1.19-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-doc-1.19.9-150000.1.31.1">go1.19-doc-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-race-1.19.9-150000.1.31.1">go1.19-race-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-1.20.4-150000.1.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-1.20.4-150000.1.11.1">go1.20-1.20.4-150000.1.11.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-doc-1.20.4-150000.1.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-doc-1.20.4-150000.1.11.1">go1.20-doc-1.20.4-150000.1.11.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-race-1.20.4-150000.1.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-race-1.20.4-150000.1.11.1">go1.20-race-1.20.4-150000.1.11.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1">go1.19-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1">go1.19-doc-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1">go1.19-race-1.19.9-150000.1.31.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1">go1.19-1.19.9-150000.1.31.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1">go1.19-doc-1.19.9-150000.1.31.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.9-150000.1.31.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1">go1.19-race-1.19.9-150000.1.31.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-1.20.4-150000.1.11.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1">go1.20-1.20.4-150000.1.11.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-doc-1.20.4-150000.1.11.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1">go1.20-doc-1.20.4-150000.1.11.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-race-1.20.4-150000.1.11.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1">go1.20-race-1.20.4-150000.1.11.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.8-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:go1.19-1.19.8-1.1">go1.19-1.19.8-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.8-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1">go1.19-doc-1.19.8-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.8-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:go1.19-race-1.19.8-1.1">go1.19-race-1.19.8-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-1.20.3-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:go1.20-1.20.3-1.1">go1.20-1.20.3-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-doc-1.20.3-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1">go1.20-doc-1.20.3-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-libstd-1.20.3-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1">go1.20-libstd-1.20.3-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-race-1.20.3-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:go1.20-race-1.20.3-1.1">go1.20-race-1.20.3-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19">go1.19 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-doc">go1.19-doc as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-race">go1.19-race as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20">go1.20 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-doc" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc">go1.20-doc as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-race" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race">go1.20-race as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/multipart.Reader.ReadForm limits the total memory a parsed multipart form can consume. ReadForm can undercount the amount of memory consumed, leading it to accept larger inputs than intended. 2. Limiting total memory does not account for increased pressure on the garbage collector from large numbers of small allocations in forms with many parts. 3. ReadForm can allocate a large number of short-lived buffers, further increasing pressure on the garbage collector. The combination of these factors can permit an attacker to cause an program that parses multipart forms to consume large amounts of CPU and memory, potentially resulting in a denial of service. This affects programs that use mime/multipart.Reader.ReadForm, as well as form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. With fix, ReadForm now does a better job of estimating the memory consumption of parsed forms, and performs many fewer short-lived allocations. In addition, the fixed mime/multipart.Reader imposes the following limits on the size of parsed forms: 1. Forms parsed with ReadForm may contain no more than 1000 parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxparts=. 2. Form parts parsed with NextPart and NextRawPart may contain no more than 10,000 header fields. In addition, forms parsed with ReadForm may contain no more than 10,000 header fields across all parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxheaders=.</Note>
    </Notes>
    <CVE>CVE-2023-24536</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container bci/golang:1.20-2.48:go1.20-1.20.4-150000.1.11.1</ProductID>
        <ProductID>Container bci/golang:oldstable-3.4:go1.19-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Liberty Linux 8:delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5</ProductID>
        <ProductID>SUSE Liberty Linux 8:go-toolset-1.19.9-1.module+el8.8.0+18857+fca43658</ProductID>
        <ProductID>SUSE Liberty Linux 8:golang-1.19.9-1.module+el8.8.0+18857+fca43658</ProductID>
        <ProductID>SUSE Liberty Linux 8:golang-bin-1.19.9-1.module+el8.8.0+18857+fca43658</ProductID>
        <ProductID>SUSE Liberty Linux 8:golang-docs-1.19.9-1.module+el8.8.0+18857+fca43658</ProductID>
        <ProductID>SUSE Liberty Linux 8:golang-misc-1.19.9-1.module+el8.8.0+18857+fca43658</ProductID>
        <ProductID>SUSE Liberty Linux 8:golang-race-1.19.9-1.module+el8.8.0+18857+fca43658</ProductID>
        <ProductID>SUSE Liberty Linux 8:golang-src-1.19.9-1.module+el8.8.0+18857+fca43658</ProductID>
        <ProductID>SUSE Liberty Linux 8:golang-tests-1.19.9-1.module+el8.8.0+18857+fca43658</ProductID>
        <ProductID>SUSE Liberty Linux 9:buildah-1.31.3-1.el9</ProductID>
        <ProductID>SUSE Liberty Linux 9:buildah-tests-1.31.3-1.el9</ProductID>
        <ProductID>SUSE Liberty Linux 9:containernetworking-plugins-1.3.0-4.el9</ProductID>
        <ProductID>SUSE Liberty Linux 9:podman-4.6.1-5.el9</ProductID>
        <ProductID>SUSE Liberty Linux 9:podman-docker-4.6.1-5.el9</ProductID>
        <ProductID>SUSE Liberty Linux 9:podman-gvproxy-4.6.1-5.el9</ProductID>
        <ProductID>SUSE Liberty Linux 9:podman-plugins-4.6.1-5.el9</ProductID>
        <ProductID>SUSE Liberty Linux 9:podman-remote-4.6.1-5.el9</ProductID>
        <ProductID>SUSE Liberty Linux 9:podman-tests-4.6.1-5.el9</ProductID>
        <ProductID>SUSE Liberty Linux 9:skopeo-1.13.3-1.el9</ProductID>
        <ProductID>SUSE Liberty Linux 9:skopeo-tests-1.13.3-1.el9</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-doc-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-race-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.4-150000.1.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.4-150000.1.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.4-150000.1.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-doc-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-race-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-1.20.4-150000.1.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-doc-1.20.4-150000.1.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-race-1.20.4-150000.1.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-doc-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-race-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-1.20.4-150000.1.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-doc-1.20.4-150000.1.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-race-1.20.4-150000.1.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-doc-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-race-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-1.20.4-150000.1.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-doc-1.20.4-150000.1.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-race-1.20.4-150000.1.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1</ProductID>
        <ProductID>openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1</ProductID>
        <ProductID>openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1</ProductID>
        <ProductID>openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1</ProductID>
        <ProductID>openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1</ProductID>
        <ProductID>openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1</ProductID>
        <ProductID>openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1</ProductID>
        <ProductID>openSUSE Tumbleweed:go1.19-1.19.8-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:go1.19-race-1.19.8-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:go1.20-1.20.3-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:go1.20-race-1.20.3-1.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV3>
        <BaseScoreV3>5.9</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H</VectorV3>
      </ScoreSetV3>
    </CVSSScoreSets>
  </Vulnerability>
</cvrfdoc>
