<?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-2021-37652</DocumentTitle>
  <DocumentType>SUSE CVE</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE CVE-2021-37652</ID>
    </Identification>
    <Status>Interim</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>7</Number>
        <Date>2025-02-17T00:32:14Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2021-08-17T01:11:03Z</InitialReleaseDate>
    <CurrentReleaseDate>2025-02-17T00:32:14Z</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-2021-37652</Note>
    <Note Title="Mitre CVE Description" Type="Description" Ordinal="2" xml:lang="en">TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation for `tf.raw_ops.BoostedTreesCreateEnsemble` can result in a use after free error if an attacker supplies specially crafted arguments. The [implementation](https://github.com/tensorflow/tensorflow/blob/f24faa153ad31a4b51578f8181d3aaab77a1ddeb/tensorflow/core/kernels/boosted_trees/resource_ops.cc#L55) uses a reference counted resource and decrements the refcount if the initialization fails, as it should. However, when the code was written, the resource was represented as a naked pointer but later refactoring has changed it to be a smart pointer. Thus, when the pointer leaves the scope, a subsequent `free`-ing of the resource occurs, but this fails to take into account that the refcount has already reached 0, thus the resource has been already freed. During this double-free process, members of the resource object are accessed for cleanup but they are invalid as the entire resource has been freed. We have patched the issue in GitHub commit 5ecec9c6fbdbc6be03295685190a45e7eee726ab. The fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.</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.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/U25ZU2T5T4LOLSIYIMGC5PLU4PQQMJE5/</URL>
      <Description>E-Mail link for openSUSE-SU-2022:10014-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="SUSE Package Hub 15 SP3">
      <Branch Type="Product Name" Name="SUSE Package Hub 15 SP3">
        <FullProductName ProductID="SUSE Package Hub 15 SP3">SUSE Package Hub 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.3">
      <Branch Type="Product Name" Name="openSUSE Leap 15.3">
        <FullProductName ProductID="openSUSE Leap 15.3" CPE="cpe:/o:opensuse:leap:15.3">openSUSE Leap 15.3</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="bazel-skylib1.0.3-source-1.0.3-bp153.2.1">
      <FullProductName ProductID="bazel-skylib1.0.3-source-1.0.3-bp153.2.1">bazel-skylib1.0.3-source-1.0.3-bp153.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="bazel3.7-3.7.2-bp153.4.1">
      <FullProductName ProductID="bazel3.7-3.7.2-bp153.4.1">bazel3.7-3.7.2-bp153.4.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libiomp5-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="libiomp5-2.6.0-bp153.2.3.1">libiomp5-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libiomp5-gnu-hpc-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="libiomp5-gnu-hpc-2.6.0-bp153.2.3.1">libiomp5-gnu-hpc-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libiomp5-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="libiomp5-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">libiomp5-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtensorflow2-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="libtensorflow2-2.6.0-bp153.2.3.1">libtensorflow2-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtensorflow2-gnu-hpc-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="libtensorflow2-gnu-hpc-2.6.0-bp153.2.3.1">libtensorflow2-gnu-hpc-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="libtensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">libtensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtensorflow_cc2-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="libtensorflow_cc2-2.6.0-bp153.2.3.1">libtensorflow_cc2-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtensorflow_cc2-gnu-hpc-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="libtensorflow_cc2-gnu-hpc-2.6.0-bp153.2.3.1">libtensorflow_cc2-gnu-hpc-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtensorflow_cc2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="libtensorflow_cc2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">libtensorflow_cc2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtensorflow_framework2-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="libtensorflow_framework2-2.6.0-bp153.2.3.1">libtensorflow_framework2-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtensorflow_framework2-gnu-hpc-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="libtensorflow_framework2-gnu-hpc-2.6.0-bp153.2.3.1">libtensorflow_framework2-gnu-hpc-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtensorflow_framework2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="libtensorflow_framework2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">libtensorflow_framework2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tensorflow-lite-2.9.1-1.1">
      <FullProductName ProductID="tensorflow-lite-2.9.1-1.1">tensorflow-lite-2.9.1-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tensorflow-lite-devel-2.9.1-1.1">
      <FullProductName ProductID="tensorflow-lite-devel-2.9.1-1.1">tensorflow-lite-devel-2.9.1-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tensorflow2-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="tensorflow2-2.6.0-bp153.2.3.1">tensorflow2-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tensorflow2-devel-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="tensorflow2-devel-2.6.0-bp153.2.3.1">tensorflow2-devel-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tensorflow2-doc-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="tensorflow2-doc-2.6.0-bp153.2.3.1">tensorflow2-doc-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tensorflow2-gnu-hpc-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="tensorflow2-gnu-hpc-2.6.0-bp153.2.3.1">tensorflow2-gnu-hpc-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="tensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">tensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tensorflow2-lite-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="tensorflow2-lite-2.6.0-bp153.2.3.1">tensorflow2-lite-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tensorflow2-lite-devel-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="tensorflow2-lite-devel-2.6.0-bp153.2.3.1">tensorflow2-lite-devel-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tensorflow2_2_6_0-gnu-hpc-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="tensorflow2_2_6_0-gnu-hpc-2.6.0-bp153.2.3.1">tensorflow2_2_6_0-gnu-hpc-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tensorflow2_2_6_0-gnu-hpc-devel-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="tensorflow2_2_6_0-gnu-hpc-devel-2.6.0-bp153.2.3.1">tensorflow2_2_6_0-gnu-hpc-devel-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tensorflow2_2_6_0-gnu-hpc-doc-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="tensorflow2_2_6_0-gnu-hpc-doc-2.6.0-bp153.2.3.1">tensorflow2_2_6_0-gnu-hpc-doc-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tensorflow2_2_6_0-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="tensorflow2_2_6_0-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">tensorflow2_2_6_0-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tensorflow2_2_6_0-gnu-openmpi2-hpc-devel-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="tensorflow2_2_6_0-gnu-openmpi2-hpc-devel-2.6.0-bp153.2.3.1">tensorflow2_2_6_0-gnu-openmpi2-hpc-devel-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="tensorflow2_2_6_0-gnu-openmpi2-hpc-doc-2.6.0-bp153.2.3.1">
      <FullProductName ProductID="tensorflow2_2_6_0-gnu-openmpi2-hpc-doc-2.6.0-bp153.2.3.1">tensorflow2_2_6_0-gnu-openmpi2-hpc-doc-2.6.0-bp153.2.3.1</FullProductName>
    </Branch>
    <Relationship ProductReference="bazel-skylib1.0.3-source-1.0.3-bp153.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:bazel-skylib1.0.3-source-1.0.3-bp153.2.1">bazel-skylib1.0.3-source-1.0.3-bp153.2.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="bazel3.7-3.7.2-bp153.4.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:bazel3.7-3.7.2-bp153.4.1">bazel3.7-3.7.2-bp153.4.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libiomp5-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:libiomp5-2.6.0-bp153.2.3.1">libiomp5-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libiomp5-gnu-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:libiomp5-gnu-hpc-2.6.0-bp153.2.3.1">libiomp5-gnu-hpc-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libiomp5-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:libiomp5-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">libiomp5-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtensorflow2-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:libtensorflow2-2.6.0-bp153.2.3.1">libtensorflow2-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtensorflow2-gnu-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:libtensorflow2-gnu-hpc-2.6.0-bp153.2.3.1">libtensorflow2-gnu-hpc-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:libtensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">libtensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtensorflow_cc2-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:libtensorflow_cc2-2.6.0-bp153.2.3.1">libtensorflow_cc2-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtensorflow_cc2-gnu-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:libtensorflow_cc2-gnu-hpc-2.6.0-bp153.2.3.1">libtensorflow_cc2-gnu-hpc-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtensorflow_cc2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:libtensorflow_cc2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">libtensorflow_cc2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtensorflow_framework2-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:libtensorflow_framework2-2.6.0-bp153.2.3.1">libtensorflow_framework2-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtensorflow_framework2-gnu-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:libtensorflow_framework2-gnu-hpc-2.6.0-bp153.2.3.1">libtensorflow_framework2-gnu-hpc-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtensorflow_framework2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:libtensorflow_framework2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">libtensorflow_framework2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:tensorflow2-2.6.0-bp153.2.3.1">tensorflow2-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2-devel-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:tensorflow2-devel-2.6.0-bp153.2.3.1">tensorflow2-devel-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2-doc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:tensorflow2-doc-2.6.0-bp153.2.3.1">tensorflow2-doc-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2-gnu-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:tensorflow2-gnu-hpc-2.6.0-bp153.2.3.1">tensorflow2-gnu-hpc-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:tensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">tensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2-lite-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:tensorflow2-lite-2.6.0-bp153.2.3.1">tensorflow2-lite-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2-lite-devel-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:tensorflow2-lite-devel-2.6.0-bp153.2.3.1">tensorflow2-lite-devel-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2_2_6_0-gnu-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:tensorflow2_2_6_0-gnu-hpc-2.6.0-bp153.2.3.1">tensorflow2_2_6_0-gnu-hpc-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2_2_6_0-gnu-hpc-devel-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:tensorflow2_2_6_0-gnu-hpc-devel-2.6.0-bp153.2.3.1">tensorflow2_2_6_0-gnu-hpc-devel-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2_2_6_0-gnu-hpc-doc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:tensorflow2_2_6_0-gnu-hpc-doc-2.6.0-bp153.2.3.1">tensorflow2_2_6_0-gnu-hpc-doc-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2_2_6_0-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:tensorflow2_2_6_0-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">tensorflow2_2_6_0-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2_2_6_0-gnu-openmpi2-hpc-devel-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:tensorflow2_2_6_0-gnu-openmpi2-hpc-devel-2.6.0-bp153.2.3.1">tensorflow2_2_6_0-gnu-openmpi2-hpc-devel-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2_2_6_0-gnu-openmpi2-hpc-doc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Package Hub 15 SP3">
      <FullProductName ProductID="SUSE Package Hub 15 SP3:tensorflow2_2_6_0-gnu-openmpi2-hpc-doc-2.6.0-bp153.2.3.1">tensorflow2_2_6_0-gnu-openmpi2-hpc-doc-2.6.0-bp153.2.3.1 as a component of SUSE Package Hub 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="bazel-skylib1.0.3-source-1.0.3-bp153.2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:bazel-skylib1.0.3-source-1.0.3-bp153.2.1">bazel-skylib1.0.3-source-1.0.3-bp153.2.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="bazel3.7-3.7.2-bp153.4.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:bazel3.7-3.7.2-bp153.4.1">bazel3.7-3.7.2-bp153.4.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libiomp5-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:libiomp5-2.6.0-bp153.2.3.1">libiomp5-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libiomp5-gnu-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:libiomp5-gnu-hpc-2.6.0-bp153.2.3.1">libiomp5-gnu-hpc-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libiomp5-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:libiomp5-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">libiomp5-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtensorflow2-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:libtensorflow2-2.6.0-bp153.2.3.1">libtensorflow2-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtensorflow2-gnu-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:libtensorflow2-gnu-hpc-2.6.0-bp153.2.3.1">libtensorflow2-gnu-hpc-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:libtensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">libtensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtensorflow_cc2-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:libtensorflow_cc2-2.6.0-bp153.2.3.1">libtensorflow_cc2-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtensorflow_cc2-gnu-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:libtensorflow_cc2-gnu-hpc-2.6.0-bp153.2.3.1">libtensorflow_cc2-gnu-hpc-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtensorflow_cc2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:libtensorflow_cc2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">libtensorflow_cc2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtensorflow_framework2-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:libtensorflow_framework2-2.6.0-bp153.2.3.1">libtensorflow_framework2-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtensorflow_framework2-gnu-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:libtensorflow_framework2-gnu-hpc-2.6.0-bp153.2.3.1">libtensorflow_framework2-gnu-hpc-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtensorflow_framework2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:libtensorflow_framework2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">libtensorflow_framework2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:tensorflow2-2.6.0-bp153.2.3.1">tensorflow2-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2-devel-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:tensorflow2-devel-2.6.0-bp153.2.3.1">tensorflow2-devel-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2-doc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:tensorflow2-doc-2.6.0-bp153.2.3.1">tensorflow2-doc-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2-gnu-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:tensorflow2-gnu-hpc-2.6.0-bp153.2.3.1">tensorflow2-gnu-hpc-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:tensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">tensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2-lite-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:tensorflow2-lite-2.6.0-bp153.2.3.1">tensorflow2-lite-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2-lite-devel-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:tensorflow2-lite-devel-2.6.0-bp153.2.3.1">tensorflow2-lite-devel-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2_2_6_0-gnu-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:tensorflow2_2_6_0-gnu-hpc-2.6.0-bp153.2.3.1">tensorflow2_2_6_0-gnu-hpc-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2_2_6_0-gnu-hpc-devel-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:tensorflow2_2_6_0-gnu-hpc-devel-2.6.0-bp153.2.3.1">tensorflow2_2_6_0-gnu-hpc-devel-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2_2_6_0-gnu-hpc-doc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:tensorflow2_2_6_0-gnu-hpc-doc-2.6.0-bp153.2.3.1">tensorflow2_2_6_0-gnu-hpc-doc-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2_2_6_0-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:tensorflow2_2_6_0-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1">tensorflow2_2_6_0-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2_2_6_0-gnu-openmpi2-hpc-devel-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:tensorflow2_2_6_0-gnu-openmpi2-hpc-devel-2.6.0-bp153.2.3.1">tensorflow2_2_6_0-gnu-openmpi2-hpc-devel-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow2_2_6_0-gnu-openmpi2-hpc-doc-2.6.0-bp153.2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.3">
      <FullProductName ProductID="openSUSE Leap 15.3:tensorflow2_2_6_0-gnu-openmpi2-hpc-doc-2.6.0-bp153.2.3.1">tensorflow2_2_6_0-gnu-openmpi2-hpc-doc-2.6.0-bp153.2.3.1 as a component of openSUSE Leap 15.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow-lite-2.9.1-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:tensorflow-lite-2.9.1-1.1">tensorflow-lite-2.9.1-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="tensorflow-lite-devel-2.9.1-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:tensorflow-lite-devel-2.9.1-1.1">tensorflow-lite-devel-2.9.1-1.1 as a component of openSUSE Tumbleweed</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">TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation for `tf.raw_ops.BoostedTreesCreateEnsemble` can result in a use after free error if an attacker supplies specially crafted arguments. The [implementation](https://github.com/tensorflow/tensorflow/blob/f24faa153ad31a4b51578f8181d3aaab77a1ddeb/tensorflow/core/kernels/boosted_trees/resource_ops.cc#L55) uses a reference counted resource and decrements the refcount if the initialization fails, as it should. However, when the code was written, the resource was represented as a naked pointer but later refactoring has changed it to be a smart pointer. Thus, when the pointer leaves the scope, a subsequent `free`-ing of the resource occurs, but this fails to take into account that the refcount has already reached 0, thus the resource has been already freed. During this double-free process, members of the resource object are accessed for cleanup but they are invalid as the entire resource has been freed. We have patched the issue in GitHub commit 5ecec9c6fbdbc6be03295685190a45e7eee726ab. The fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.</Note>
    </Notes>
    <CVE>CVE-2021-37652</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Package Hub 15 SP3:bazel-skylib1.0.3-source-1.0.3-bp153.2.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:bazel3.7-3.7.2-bp153.4.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:libiomp5-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:libiomp5-gnu-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:libiomp5-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:libtensorflow2-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:libtensorflow2-gnu-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:libtensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:libtensorflow_cc2-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:libtensorflow_cc2-gnu-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:libtensorflow_cc2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:libtensorflow_framework2-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:libtensorflow_framework2-gnu-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:libtensorflow_framework2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:tensorflow2-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:tensorflow2-devel-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:tensorflow2-doc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:tensorflow2-gnu-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:tensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:tensorflow2-lite-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:tensorflow2-lite-devel-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:tensorflow2_2_6_0-gnu-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:tensorflow2_2_6_0-gnu-hpc-devel-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:tensorflow2_2_6_0-gnu-hpc-doc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:tensorflow2_2_6_0-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:tensorflow2_2_6_0-gnu-openmpi2-hpc-devel-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>SUSE Package Hub 15 SP3:tensorflow2_2_6_0-gnu-openmpi2-hpc-doc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:bazel-skylib1.0.3-source-1.0.3-bp153.2.1</ProductID>
        <ProductID>openSUSE Leap 15.3:bazel3.7-3.7.2-bp153.4.1</ProductID>
        <ProductID>openSUSE Leap 15.3:libiomp5-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:libiomp5-gnu-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:libiomp5-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:libtensorflow2-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:libtensorflow2-gnu-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:libtensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:libtensorflow_cc2-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:libtensorflow_cc2-gnu-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:libtensorflow_cc2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:libtensorflow_framework2-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:libtensorflow_framework2-gnu-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:libtensorflow_framework2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:tensorflow2-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:tensorflow2-devel-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:tensorflow2-doc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:tensorflow2-gnu-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:tensorflow2-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:tensorflow2-lite-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:tensorflow2-lite-devel-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:tensorflow2_2_6_0-gnu-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:tensorflow2_2_6_0-gnu-hpc-devel-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:tensorflow2_2_6_0-gnu-hpc-doc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:tensorflow2_2_6_0-gnu-openmpi2-hpc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:tensorflow2_2_6_0-gnu-openmpi2-hpc-devel-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Leap 15.3:tensorflow2_2_6_0-gnu-openmpi2-hpc-doc-2.6.0-bp153.2.3.1</ProductID>
        <ProductID>openSUSE Tumbleweed:tensorflow-lite-2.9.1-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:tensorflow-lite-devel-2.9.1-1.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>4.6</BaseScoreV2>
        <VectorV2>AV:L/AC:L/Au:N/C:P/I:P/A:P</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>7.8</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</VectorV3>
      </ScoreSetV3>
    </CVSSScoreSets>
  </Vulnerability>
</cvrfdoc>
