CVE-2022-23594
- EPSS 0.02%
- Veröffentlicht 04.02.2022 23:15:15
- Zuletzt bearbeitet 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...
CVE-2022-23595
- EPSS 0.22%
- Veröffentlicht 04.02.2022 23:15:15
- Zuletzt bearbeitet 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...
CVE-2022-23565
- EPSS 0.12%
- Veröffentlicht 04.02.2022 23:15:14
- Zuletzt bearbeitet 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 ...
CVE-2022-23566
- EPSS 0.39%
- Veröffentlicht 04.02.2022 23:15:14
- Zuletzt bearbeitet 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...
CVE-2022-23570
- EPSS 0.51%
- Veröffentlicht 04.02.2022 23:15:14
- Zuletzt bearbeitet 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`...
CVE-2022-23571
- EPSS 0.12%
- Veröffentlicht 04.02.2022 23:15:14
- Zuletzt bearbeitet 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...
CVE-2022-23572
- EPSS 0.51%
- Veröffentlicht 04.02.2022 23:15:14
- Zuletzt bearbeitet 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 ...
CVE-2022-23573
- EPSS 0.3%
- Veröffentlicht 04.02.2022 23:15:14
- Zuletzt bearbeitet 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...
CVE-2022-23574
- EPSS 0.3%
- Veröffentlicht 04.02.2022 23:15:14
- Zuletzt bearbeitet 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...
CVE-2022-23575
- EPSS 0.22%
- Veröffentlicht 04.02.2022 23:15:14
- Zuletzt bearbeitet 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...