CVE-2021-41197
- EPSS 0.02%
- Veröffentlicht 05.11.2021 20:15:07
- Zuletzt bearbeitet 21.11.2024 06:25:44
TensorFlow is an open source platform for machine learning. In affected versions TensorFlow allows tensor to have a large number of dimensions and each dimension can be as large as desired. However, the total number of elements in a tensor must fit w...
CVE-2021-41198
- EPSS 0.05%
- Veröffentlicht 05.11.2021 20:15:07
- Zuletzt bearbeitet 21.11.2024 06:25:45
TensorFlow is an open source platform for machine learning. In affected versions if `tf.tile` is called with a large input argument then the TensorFlow process will crash due to a `CHECK`-failure caused by an overflow. The number of elements in the o...
CVE-2021-41199
- EPSS 0.05%
- Veröffentlicht 05.11.2021 20:15:07
- Zuletzt bearbeitet 21.11.2024 06:25:45
TensorFlow is an open source platform for machine learning. In affected versions if `tf.image.resize` is called with a large input argument then the TensorFlow process will crash due to a `CHECK`-failure caused by an overflow. The number of elements ...
CVE-2021-37690
- EPSS 0.02%
- Veröffentlicht 13.08.2021 00:15:07
- Zuletzt bearbeitet 21.11.2024 06:15:42
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 a `ShapeAndType` struct. The sh...
CVE-2021-37677
- EPSS 0.01%
- Veröffentlicht 12.08.2021 23:15:08
- Zuletzt bearbeitet 21.11.2024 06:15:40
TensorFlow is an end-to-end open source platform for machine learning. In affected versions the shape inference code for `tf.raw_ops.Dequantize` has a vulnerability that could trigger a denial of service via a segfault if an attacker provides invalid...
CVE-2021-37678
- EPSS 1.02%
- Veröffentlicht 12.08.2021 23:15:08
- Zuletzt bearbeitet 21.11.2024 06:15:40
TensorFlow is an end-to-end open source platform for machine learning. In affected versions TensorFlow and Keras can be tricked to perform arbitrary code execution when deserializing a Keras model from YAML format. The [implementation](https://github...
CVE-2021-37679
- EPSS 0.04%
- Veröffentlicht 12.08.2021 23:15:08
- Zuletzt bearbeitet 21.11.2024 06:15:41
TensorFlow is an end-to-end open source platform for machine learning. In affected versions it is possible to nest a `tf.map_fn` within another `tf.map_fn` call. However, if the input tensor is a `RaggedTensor` and there is no function signature prov...
CVE-2021-37682
- EPSS 0.04%
- Veröffentlicht 12.08.2021 23:15:08
- Zuletzt bearbeitet 21.11.2024 06:15:41
TensorFlow is an end-to-end open source platform for machine learning. In affected versions all TFLite operations that use quantization can be made to use unitialized values. [For example](https://github.com/tensorflow/tensorflow/blob/460e000de3a8327...
CVE-2021-37683
- EPSS 0.01%
- Veröffentlicht 12.08.2021 23:15:08
- Zuletzt bearbeitet 21.11.2024 06:15:41
TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of division in TFLite is [vulnerable to a division by 0 error](https://github.com/tensorflow/tensorflow/blob/460e000de3a83278fb00b61a16d161...
CVE-2021-37684
- EPSS 0.01%
- Veröffentlicht 12.08.2021 23:15:08
- Zuletzt bearbeitet 21.11.2024 06:15:41
TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementations of pooling in TFLite are vulnerable to division by 0 errors as there are no checks for divisors not being 0. We have patched the issue in ...