Skip to main content

Vendor/product archive

google / tensorflow CVEs

Beta · best-effort

431 CVEs tagged to google / tensorflow7 Critical, 110 High, 215 Medium, 99 Low, 0 Unrated.

CVE-2021-29524

Published May 14, 2021

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a division by 0 in `tf.raw_ops.Conv2DBackpropFilter`. This is because the implementa…

CVSS 2.5 · Low
Vendor/product tagsBeta · best-effort

CVE-2021-29523

Published May 14, 2021

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a denial of service via a `CHECK`-fail in `tf.raw_ops.AddManySparseToTensorsMap`. Th…

CVSS 2.5 · Low
Vendor/product tagsBeta · best-effort

CVE-2021-29522

Published May 14, 2021

TensorFlow is an end-to-end open source platform for machine learning. The `tf.raw_ops.Conv3DBackprop*` operations fail to validate that the input tensors are not empty. In turn,…

CVSS 2.5 · Low
Vendor/product tagsBeta · best-effort

CVE-2021-29521

Published May 14, 2021

TensorFlow is an end-to-end open source platform for machine learning. Specifying a negative dense shape in `tf.raw_ops.SparseCountSparseOutput` results in a segmentation fault be…

CVSS 2.5 · Low
Vendor/product tagsBeta · best-effort

CVE-2021-29520

Published May 14, 2021

TensorFlow is an end-to-end open source platform for machine learning. Missing validation between arguments to `tf.raw_ops.Conv3DBackprop*` operations can result in heap buffer ov…

CVSS 2.5 · Low
Vendor/product tagsBeta · best-effort

CVE-2021-29519

Published May 14, 2021

TensorFlow is an end-to-end open source platform for machine learning. The API of `tf.raw_ops.SparseCross` allows combinations which would result in a `CHECK`-failure and denial o…

CVSS 2.5 · Low
Vendor/product tagsBeta · best-effort

CVE-2021-29518

Published May 14, 2021

TensorFlow is an end-to-end open source platform for machine learning. In eager mode (default in TF 2.0 and later), session operations are invalid. However, users could still call…

CVSS 2.5 · Low
Vendor/product tagsBeta · best-effort

CVE-2021-29517

Published May 14, 2021

TensorFlow is an end-to-end open source platform for machine learning. A malicious user could trigger a division by 0 in `Conv3D` implementation. The implementation(https://github…

CVSS 2.5 · Low
Vendor/product tagsBeta · best-effort

CVE-2021-29516

Published May 14, 2021

TensorFlow is an end-to-end open source platform for machine learning. Calling `tf.raw_ops.RaggedTensorToVariant` with arguments specifying an invalid ragged tensor results in a n…

CVSS 2.5 · Low
Vendor/product tagsBeta · best-effort

CVE-2021-29515

Published May 14, 2021

TensorFlow is an end-to-end open source platform for machine learning. The implementation of `MatrixDiag*` operations(https://github.com/tensorflow/tensorflow/blob/4c4f420e68f1cfa…

CVSS 2.5 · Low
Vendor/product tagsBeta · best-effort

CVE-2021-29514

Published May 14, 2021

TensorFlow is an end-to-end open source platform for machine learning. If the `splits` argument of `RaggedBincount` does not specify a valid `SparseTensor`(https://www.tensorflow.…

CVSS 2.5 · Low
Vendor/product tagsBeta · best-effort

CVE-2021-29513

Published May 14, 2021

TensorFlow is an end-to-end open source platform for machine learning. Calling TF operations with tensors of non-numeric types when the operations expect numeric tensors result in…

CVSS 2.5 · Low
Vendor/product tagsBeta · best-effort

CVE-2021-29554

Published May 14, 2021

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service via a FPE runtime error in `tf.raw_ops.DenseCountSparseOutput`. Th…

CVSS 2.5 · Low
Vendor/product tagsBeta · best-effort

CVE-2021-29512

Published May 14, 2021

TensorFlow is an end-to-end open source platform for machine learning. If the `splits` argument of `RaggedBincount` does not specify a valid `SparseTensor`(https://www.tensorflow.…

CVSS 2.5 · Low
Vendor/product tagsBeta · best-effort

CVE-2020-26270

Published Dec 10, 2020

In affected versions of TensorFlow running an LSTM/GRU model where the LSTM/GRU layer receives an input with zero-length results in a CHECK failure when using the CUDA backend. Th…

CVSS 4.4 · Medium
Vendor/product tagsBeta · best-effort

CVE-2020-26269

Published Dec 10, 2020

In TensorFlow release candidate versions 2.4.0rc*, the general implementation for matching filesystem paths to globbing pattern is vulnerable to an access out of bounds of the arr…

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2020-26268

Published Dec 10, 2020

In affected versions of TensorFlow the tf.raw_ops.ImmutableConst operation returns a constant tensor created from a memory mapped file which is assumed immutable. However, if the…

CVSS 4.4 · Medium
Vendor/product tagsBeta · best-effort

CVE-2020-26267

Published Dec 10, 2020

In affected versions of TensorFlow the tf.raw_ops.DataFormatVecPermute API does not validate the src_format and dst_format attributes. The code assumes that these two arguments de…

CVSS 4.4 · Medium
Vendor/product tagsBeta · best-effort

CVE-2020-26266

Published Dec 10, 2020

In affected versions of TensorFlow under certain cases a saved model can trigger use of uninitialized values during code execution. This is caused by having tensor buffers be fill…

CVSS 4.4 · Medium
Vendor/product tagsBeta · best-effort

CVE-2020-26271

Published Dec 10, 2020

In affected versions of TensorFlow under certain cases, loading a saved model can result in accessing uninitialized memory while building the computation graph. The MakeEdge funct…

CVSS 4.4 · Medium
Vendor/product tagsBeta · best-effort

CVE-2020-15266

Published Oct 21, 2020

In Tensorflow before version 2.4.0, when the `boxes` argument of `tf.image.crop_and_resize` has a very large value, the CPU kernel implementation receives it as a C++ `nan` floati…

CVSS 3.7 · Low
Vendor/product tagsBeta · best-effort

CVE-2020-15265

Published Oct 21, 2020

In Tensorflow before version 2.4.0, an attacker can pass an invalid `axis` value to `tf.quantization.quantize_and_dequantize`. This results in accessing a dimension outside the ra…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2020-15214

Published Sep 25, 2020

In TensorFlow Lite before versions 2.2.1 and 2.3.1, models using segment sum can trigger a write out bounds / segmentation fault if the segment ids are not sorted. Code assumes th…

CVSS 8.1 · High
Vendor/product tagsBeta · best-effort

CVE-2020-15213

Published Sep 25, 2020

In TensorFlow Lite before versions 2.2.1 and 2.3.1, models using segment sum can trigger a denial of service by causing an out of memory allocation in the implementation of segmen…

CVSS 4.0 · Medium
Vendor/product tagsBeta · best-effort

CVE-2020-15212

Published Sep 25, 2020

In TensorFlow Lite before versions 2.2.1 and 2.3.1, models using segment sum can trigger writes outside of bounds of heap allocated buffers by inserting negative elements in the s…

CVSS 8.1 · High
Vendor/product tagsBeta · best-effort
Showing 376-400 of 431 CVEsPage 16 of 18