VYPR

Bitnami package

tensorflow

pkg:bitnami/tensorflow

Vulnerabilities (423)

  • CVE-2022-23564MedFeb 4, 2022
    affected < 2.5.3fixed 2.5.3

    Tensorflow is an Open Source Machine Learning Framework. When decoding a resource handle tensor from protobuf, a TensorFlow process can encounter cases where a `CHECK` assertion is invalidated based on user controlled arguments. This allows attackers to cause denial of services i

  • CVE-2022-23563HigFeb 4, 2022
    affected < 2.5.3fixed 2.5.3

    Tensorflow is an Open Source Machine Learning Framework. In multiple places, TensorFlow uses `tempfile.mktemp` to create temporary files. While this is acceptable in testing, in utilities and libraries it is dangerous as a different process can create the file between the check f

  • CVE-2022-23562HigFeb 4, 2022
    affected < 2.5.3fixed 2.5.3

    Tensorflow is an Open Source Machine Learning Framework. The implementation of `Range` suffers from integer overflows. These can trigger undefined behavior or, in some scenarios, extremely large allocations. The fix will be included in TensorFlow 2.8.0. We will also cherrypick th

  • CVE-2022-23561HigFeb 4, 2022
    affected < 2.5.3fixed 2.5.3

    Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause a write outside of bounds of an array in TFLite. In fact, the attacker can override the linked list used by the memory allocator. This can be leveraged for an arbitrary

  • CVE-2022-23560HigFeb 4, 2022
    affected < 2.5.3fixed 2.5.3

    Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would allow limited reads and writes outside of arrays in TFLite. This exploits missing validation in the conversion from sparse tensors to dense tensors. The fix is included in Ten

  • CVE-2022-23559HigFeb 4, 2022
    affected < 2.5.3fixed 2.5.3

    Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause an integer overflow in embedding lookup operations. Both `embedding_size` and `lookup_size` are products of values provided by the user. Hence, a malicious user could tr

  • CVE-2022-23558HigFeb 4, 2022
    affected < 2.5.3fixed 2.5.3

    Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause an integer overflow in `TfLiteIntArrayCreate`. The `TfLiteIntArrayGetSizeInBytes` returns an `int` instead of a `size_t. An attacker can control model inputs such that `

  • CVE-2022-23557MedFeb 4, 2022
    affected < 2.5.3fixed 2.5.3

    Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would trigger a division by zero in `BiasAndClamp` implementation. There is no check that the `bias_size` is non zero. The fix will be included in TensorFlow 2.8.0. We will also che

  • CVE-2022-21741MedFeb 3, 2022
    affected < 2.5.3fixed 2.5.3

    Tensorflow is an Open Source Machine Learning Framework. ### Impact An attacker can craft a TFLite model that would trigger a division by zero in the implementation of depthwise convolutions. The parameters of the convolution can be user controlled and are also used within a divi

  • CVE-2022-21740HigFeb 3, 2022
    affected < 2.5.3fixed 2.5.3

    Tensorflow is an Open Source Machine Learning Framework. The implementation of `SparseCountSparseOutput` is vulnerable to a heap overflow. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3

  • CVE-2022-21739MedFeb 3, 2022
    affected < 2.5.3fixed 2.5.3

    Tensorflow is an Open Source Machine Learning Framework. The implementation of `QuantizedMaxPool` has an undefined behavior where user controlled inputs can trigger a reference binding to null pointer. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this com

  • CVE-2022-21738MedFeb 3, 2022
    affected < 2.5.3fixed 2.5.3

    Tensorflow is an Open Source Machine Learning Framework. The implementation of `SparseCountSparseOutput` can be made to crash a TensorFlow process by an integer overflow whose result is then used in a memory allocation. The fix will be included in TensorFlow 2.8.0. We will also c

  • CVE-2022-21737MedFeb 3, 2022
    affected < 2.5.3fixed 2.5.3

    Tensorflow is an Open Source Machine Learning Framework. The implementation of `*Bincount` operations allows malicious users to cause denial of service by passing in arguments which would trigger a `CHECK`-fail. There are several conditions that the input arguments must satisfy.

  • CVE-2022-23569MedFeb 3, 2022
    affected < 2.5.3fixed 2.5.3

    Tensorflow is an Open Source Machine Learning Framework. Multiple operations in TensorFlow can be used to trigger a denial of service via `CHECK`-fails (i.e., assertion failures). This is similar to TFSA-2021-198 and has similar fixes. We have patched the reported issues in multi

  • CVE-2022-21735MedFeb 3, 2022
    affected < 2.5.3fixed 2.5.3

    Tensorflow is an Open Source Machine Learning Framework. The implementation of `FractionalMaxPool` can be made to crash a TensorFlow process via a division by 0. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.

  • CVE-2022-21734MedFeb 3, 2022
    affected < 2.5.3fixed 2.5.3

    Tensorflow is an Open Source Machine Learning Framework. The implementation of `MapStage` is vulnerable a `CHECK`-fail if the key tensor is not a scalar. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and T

  • CVE-2022-21729MedFeb 3, 2022
    affected < 2.5.3fixed 2.5.3

    Tensorflow is an Open Source Machine Learning Framework. The implementation of `UnravelIndex` is vulnerable to a division by zero caused by an integer overflow bug. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2

  • CVE-2022-21725MedFeb 3, 2022
    affected < 2.5.3fixed 2.5.3

    Tensorflow is an Open Source Machine Learning Framework. The estimator for the cost of some convolution operations can be made to execute a division by 0. The function fails to check that the stride argument is strictly positive. Hence, the fix is to add a check for the stride ar

  • CVE-2022-23568MedFeb 3, 2022
    affected < 2.5.3fixed 2.5.3

    Tensorflow is an Open Source Machine Learning Framework. The implementation of `AddManySparseToTensorsMap` is vulnerable to an integer overflow which results in a `CHECK`-fail when building new `TensorShape` objects (so, an assert failure based denial of service). We are missing

  • CVE-2022-23567MedFeb 3, 2022
    affected < 2.5.3fixed 2.5.3

    Tensorflow is an Open Source Machine Learning Framework. The implementations of `Sparse*Cwise*` ops are vulnerable to integer overflows. These can be used to trigger large allocations (so, OOM based denial of service) or `CHECK`-fails when building new `TensorShape` objects (so,

Page 9 of 22