Google

Tensorflow

432 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 04.02.2022 23:15:15
  • Last modified 21.11.2024 06:48:53

Tensorflow is an Open Source Machine Learning Framework. The TFG dialect of TensorFlow (MLIR) makes several assumptions about the incoming `GraphDef` before converting it to the MLIR-based dialect. If an attacker changes the `SavedModel` format on di...

Exploit
  • EPSS 0.22%
  • Published 04.02.2022 23:15:15
  • Last modified 21.11.2024 06:48:53

Tensorflow is an Open Source Machine Learning Framework. When building an XLA compilation cache, if default settings are used, TensorFlow triggers a null pointer dereference. In the default scenario, all devices are allowed, so `flr->config_proto` is...

  • EPSS 0.12%
  • Published 04.02.2022 23:15:14
  • Last modified 21.11.2024 06:48:49

Tensorflow is an Open Source Machine Learning Framework. An attacker can trigger denial of service via assertion failure by altering a `SavedModel` on disk such that `AttrDef`s of some operation are duplicated. The fix will be included in TensorFlow ...

Exploit
  • EPSS 0.39%
  • Published 04.02.2022 23:15:14
  • Last modified 21.11.2024 06:48:49

Tensorflow is an Open Source Machine Learning Framework. TensorFlow is vulnerable to a heap OOB write in `Grappler`. The `set_output` function writes to an array at the specified index. Hence, this gives a malicious user a write primitive. The fix wi...

Exploit
  • EPSS 0.51%
  • Published 04.02.2022 23:15:14
  • Last modified 21.11.2024 06:48:50

Tensorflow is an Open Source Machine Learning Framework. When decoding a tensor from protobuf, TensorFlow might do a null-dereference if attributes of some mutable arguments to some operations are missing from the proto. This is guarded by a `DCHECK`...

  • EPSS 0.12%
  • Published 04.02.2022 23:15:14
  • Last modified 21.11.2024 06:48:50

Tensorflow is an Open Source Machine Learning Framework. When decoding a tensor from protobuf, a TensorFlow process can encounter cases where a `CHECK` assertion is invalidated based on user controlled arguments, if the tensors have an invalid `dtype...

Exploit
  • EPSS 0.51%
  • Published 04.02.2022 23:15:14
  • Last modified 21.11.2024 06:48:50

Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, TensorFlow can fail to specialize a type during shape inference. This case is covered by the `DCHECK` function however, `DCHECK` is a no-op in production builds and an ...

Exploit
  • EPSS 0.3%
  • Published 04.02.2022 23:15:14
  • Last modified 21.11.2024 06:48:50

Tensorflow is an Open Source Machine Learning Framework. The implementation of `AssignOp` can result in copying uninitialized data to a new tensor. This later results in undefined behavior. The implementation has a check that the left hand side of th...

Exploit
  • EPSS 0.3%
  • Published 04.02.2022 23:15:14
  • Last modified 21.11.2024 06:48:50

Tensorflow is an Open Source Machine Learning Framework. There is a typo in TensorFlow's `SpecializeType` which results in heap OOB read/write. Due to a typo, `arg` is initialized to the `i`th mutable argument in a loop where the loop index is `j`. H...

Exploit
  • EPSS 0.22%
  • Published 04.02.2022 23:15:14
  • Last modified 21.11.2024 06:48:50

Tensorflow is an Open Source Machine Learning Framework. The implementation of `OpLevelCostEstimator::CalculateTensorSize` is vulnerable to an integer overflow if an attacker can create an operation which would involve a tensor with large enough numb...