<?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-37648</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-37648</ID>
    </Identification>
    <Status>Interim</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>7</Number>
        <Date>2025-02-17T00:32:18Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2021-08-17T01:11:02Z</InitialReleaseDate>
    <CurrentReleaseDate>2025-02-17T00:32:18Z</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-37648</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 code for `tf.raw_ops.SaveV2` does not properly validate the inputs and an attacker can trigger a null pointer dereference. The [implementation](https://github.com/tensorflow/tensorflow/blob/8d72537c6abf5a44103b57b9c2e22c14f5f49698/tensorflow/core/kernels/save_restore_v2_ops.cc) uses `ValidateInputs` to check that the input arguments are valid. This validation would have caught the illegal state represented by the reproducer above. However, the validation uses `OP_REQUIRES` which translates to setting the `Status` object of the current `OpKernelContext` to an error status, followed by an empty `return` statement which just terminates the execution of the function it is present in. However, this does not mean that the kernel execution is finalized: instead, execution continues from the next line in `Compute` that follows the call to `ValidateInputs`. This is equivalent to lacking the validation. We have patched the issue in GitHub commit 9728c60e136912a12d99ca56e106b7cce7af5986. 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 code for `tf.raw_ops.SaveV2` does not properly validate the inputs and an attacker can trigger a null pointer dereference. The [implementation](https://github.com/tensorflow/tensorflow/blob/8d72537c6abf5a44103b57b9c2e22c14f5f49698/tensorflow/core/kernels/save_restore_v2_ops.cc) uses `ValidateInputs` to check that the input arguments are valid. This validation would have caught the illegal state represented by the reproducer above. However, the validation uses `OP_REQUIRES` which translates to setting the `Status` object of the current `OpKernelContext` to an error status, followed by an empty `return` statement which just terminates the execution of the function it is present in. However, this does not mean that the kernel execution is finalized: instead, execution continues from the next line in `Compute` that follows the call to `ValidateInputs`. This is equivalent to lacking the validation. We have patched the issue in GitHub commit 9728c60e136912a12d99ca56e106b7cce7af5986. 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-37648</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>
