CVE-2021-37690 (Medium) detected in tensorflow_gpu-2.0.3-cp37-cp37m-manylinux2010_x86_64.whl, tensorflow-2.2.1-cp37-cp37m-manylinux2010_x86_64.whl #411
Labels
security vulnerability
Security vulnerability detected by WhiteSource
CVE-2021-37690 - Medium Severity Vulnerability
Vulnerable Libraries - tensorflow_gpu-2.0.3-cp37-cp37m-manylinux2010_x86_64.whl, tensorflow-2.2.1-cp37-cp37m-manylinux2010_x86_64.whl
tensorflow_gpu-2.0.3-cp37-cp37m-manylinux2010_x86_64.whl
TensorFlow is an open source machine learning framework for everyone.
Library home page: https://files.pythonhosted.org/packages/a0/41/2f957b293fa90c083f8c02d3f05b47494e3ff8d64410ce7ca30200f13739/tensorflow_gpu-2.0.3-cp37-cp37m-manylinux2010_x86_64.whl
Path to dependency file: /examples/notebooks/tf_2_0/requirements.txt
Path to vulnerable library: /examples/notebooks/tf_2_0/requirements.txt
Dependency Hierarchy:
tensorflow-2.2.1-cp37-cp37m-manylinux2010_x86_64.whl
TensorFlow is an open source machine learning framework for everyone.
Library home page: https://files.pythonhosted.org/packages/d5/09/4c7f73c263f23a568cd7d3fe56f0daa9a1eaadee603e1e05386b862ffa91/tensorflow-2.2.1-cp37-cp37m-manylinux2010_x86_64.whl
Path to dependency file: /examples/notebooks/tf_2_2/requirements.txt
Path to vulnerable library: /examples/notebooks/tf_2_2/requirements.txt
Dependency Hierarchy:
Found in HEAD commit: 4e3aa8327ca6834d417f1c7de964019ba75cc2d1
Vulnerability Details
TensorFlow is an end-to-end open source platform for machine learning. In affected versions when running shape functions, some functions (such as
MutableHashTableShape
) produce extra output information in the form of aShapeAndType
struct. The shapes embedded in this struct are owned by an inference context that is cleaned up almost immediately; if the upstream code attempts to access this shape information, it can trigger a segfault.ShapeRefiner
is mitigating this for normal output shapes by cloning them (and thus putting the newly created shape under ownership of an inference context that will not die), but we were not doing the same for shapes and types. This commit fixes that by doing similar logic on output shapes and types. We have patched the issue in GitHub commit ee119d4a498979525046fba1c3dd3f13a039fbb1. 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.Publish Date: 2021-08-13
URL: CVE-2021-37690
CVSS 3 Score Details (6.6)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: GHSA-3hxh-8cp2-g4hg
Release Date: 2021-08-13
Fix Resolution: tensorflow - 2.3.4, 2.4.3, 2.5.1, 2.6.0, tensorflow-cpu - 2.3.4, 2.4.3, 2.5.1, 2.6.0, tensorflow-gpu - 2.3.4, 2.4.3, 2.5.1, 2.6.0
The text was updated successfully, but these errors were encountered: