Google

Tensorflow

432 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
Exploit
  • 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...

Exploit
  • 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...

Exploit
  • 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...

Exploit
  • 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...

Exploit
  • 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...

Exploit
  • 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...

Exploit
  • 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...

Exploit
  • 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 ...

Exploit
  • 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...

Exploit
  • 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....