Google

Tensorflow

432 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
Exploit
  • EPSS 0.45%
  • Veröffentlicht 03.02.2022 12:15:08
  • Zuletzt bearbeitet 05.05.2025 17:17:57

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 n...

Exploit
  • EPSS 0.3%
  • Veröffentlicht 03.02.2022 12:15:08
  • Zuletzt bearbeitet 05.05.2025 17:17:57

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 denia...

Exploit
  • EPSS 0.3%
  • Veröffentlicht 03.02.2022 12:15:07
  • Zuletzt bearbeitet 05.05.2025 17:17:49

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for `ConcatV2` can be used to trigger a denial of service attack via a segfault caused by a type confusion. The `axis` argument is translated into `concat_...

Exploit
  • EPSS 0.22%
  • Veröffentlicht 03.02.2022 12:15:07
  • Zuletzt bearbeitet 21.11.2024 06:45:19

Tensorflow is an Open Source Machine Learning Framework. The implementation of `ThreadPoolHandle` can be used to trigger a denial of service attack by allocating too much memory. This is because the `num_threads` argument is only checked to not be ne...

Exploit
  • EPSS 0.23%
  • Veröffentlicht 03.02.2022 12:15:07
  • Zuletzt bearbeitet 05.05.2025 17:17:49

Tensorflow is an Open Source Machine Learning Framework. The implementation of `StringNGrams` can be used to trigger a denial of service attack by causing an out of memory condition after an integer overflow. We are missing a validation on `pad_witdh...

Exploit
  • EPSS 1.12%
  • Veröffentlicht 03.02.2022 11:15:08
  • Zuletzt bearbeitet 05.05.2025 17:17:48

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for `ReverseSequence` does not fully validate the value of `batch_dim` and can result in a heap OOB read. There is a check to make sure the value of `batch...

Exploit
  • EPSS 0.3%
  • Veröffentlicht 03.02.2022 11:15:08
  • Zuletzt bearbeitet 05.05.2025 17:17:49

Tensorflow is an Open Source Machine Learning Framework. The implementation of `FractionalAvgPoolGrad` does not consider cases where the input tensors are invalid allowing an attacker to read from outside of bounds of heap. The fix will be included i...

Exploit
  • EPSS 0.3%
  • Veröffentlicht 03.02.2022 11:15:07
  • Zuletzt bearbeitet 05.05.2025 17:17:48

Tensorflow is an Open Source Machine Learning Framework. The implementation of `Dequantize` does not fully validate the value of `axis` and can result in heap OOB accesses. The `axis` argument can be `-1` (the default value for the optional argument)...

Exploit
  • EPSS 0.33%
  • Veröffentlicht 03.02.2022 11:15:07
  • Zuletzt bearbeitet 05.05.2025 17:17:48

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for `Dequantize` is vulnerable to an integer overflow weakness. The `axis` argument can be `-1` (the default value for the optional argument) or any other ...

  • EPSS 0.08%
  • Veröffentlicht 05.11.2021 23:15:08
  • Zuletzt bearbeitet 21.11.2024 06:25:47

TensorFlow is an open source platform for machine learning. In affected versions the code behind `tf.function` API can be made to deadlock when two `tf.function` decorated Python functions are mutually recursive. This occurs due to using a non-reentr...