CVE-2021-29583
- EPSS 0.02%
- Published 14.05.2021 20:15:14
- Last modified 21.11.2024 06:01:25
TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.raw_ops.FusedBatchNorm` is vulnerable to a heap buffer overflow. If the tensors are empty, the same implementation can trigger undefined behavior by dere...
CVE-2021-29584
- EPSS 0.01%
- Published 14.05.2021 20:15:14
- Last modified 21.11.2024 06:01:25
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 caused by an integer overflow in constructing a new tensor shape. This is because the implementation(https://gith...
CVE-2021-29585
- EPSS 0.02%
- Published 14.05.2021 20:15:14
- Last modified 21.11.2024 06:01:26
TensorFlow is an end-to-end open source platform for machine learning. The TFLite computation for size of output after padding, `ComputeOutSize`(https://github.com/tensorflow/tensorflow/blob/0c9692ae7b1671c983569e5d3de5565843d500cf/tensorflow/lite/ke...
CVE-2021-29586
- EPSS 0.02%
- Published 14.05.2021 20:15:14
- Last modified 21.11.2024 06:01:26
TensorFlow is an end-to-end open source platform for machine learning. Optimized pooling implementations in TFLite fail to check that the stride arguments are not 0 before calling `ComputePaddingHeightWidth`(https://github.com/tensorflow/tensorflow/b...
CVE-2021-29587
- EPSS 0.02%
- Published 14.05.2021 20:15:14
- Last modified 21.11.2024 06:01:26
TensorFlow is an end-to-end open source platform for machine learning. The `Prepare` step of the `SpaceToDepth` TFLite operator does not check for 0 before division(https://github.com/tensorflow/tensorflow/blob/5f7975d09eac0f10ed8a17dbb6f5964977725ad...
CVE-2021-29588
- EPSS 0.02%
- Published 14.05.2021 20:15:14
- Last modified 21.11.2024 06:01:26
TensorFlow is an end-to-end open source platform for machine learning. The optimized implementation of the `TransposeConv` TFLite operator is [vulnerable to a division by zero error](https://github.com/tensorflow/tensorflow/blob/0d45ea1ca641b21b73bcf...
CVE-2021-29589
- EPSS 0.02%
- Published 14.05.2021 20:15:14
- Last modified 21.11.2024 06:01:26
TensorFlow is an end-to-end open source platform for machine learning. The reference implementation of the `GatherNd` TFLite operator is vulnerable to a division by zero error(https://github.com/tensorflow/tensorflow/blob/0d45ea1ca641b21b73bcf9c00e01...
CVE-2021-29590
- EPSS 0.02%
- Published 14.05.2021 20:15:14
- Last modified 21.11.2024 06:01:26
TensorFlow is an end-to-end open source platform for machine learning. The implementations of the `Minimum` and `Maximum` TFLite operators can be used to read data outside of bounds of heap allocated objects, if any of the two input tensor arguments ...
CVE-2021-29551
- EPSS 0.02%
- Published 14.05.2021 20:15:13
- Last modified 21.11.2024 06:01:21
TensorFlow is an end-to-end open source platform for machine learning. The implementation of `MatrixTriangularSolve`(https://github.com/tensorflow/tensorflow/blob/8cae746d8449c7dda5298327353d68613f16e798/tensorflow/core/kernels/linalg/matrix_triangul...
CVE-2021-29552
- EPSS 0.02%
- Published 14.05.2021 20:15:13
- Last modified 21.11.2024 06:01:21
TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service by controlling the values of `num_segments` tensor argument for `UnsortedSegmentJoin`. This is because the implementation(https://github....