CVE-2022-29191
- EPSS 0.07%
- Published 20.05.2022 21:15:10
- Last modified 21.11.2024 06:58:40
TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of `tf.raw_ops.GetSessionTensor` does not fully validate the input arguments. This results in a `CHECK`-failure which can...
CVE-2022-29192
- EPSS 0.07%
- Published 20.05.2022 21:15:10
- Last modified 21.11.2024 06:58:40
TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of `tf.raw_ops.QuantizeAndDequantizeV4Grad` does not fully validate the input arguments. This results in a `CHECK`-failur...
CVE-2022-29194
- EPSS 0.07%
- Published 20.05.2022 21:15:10
- Last modified 21.11.2024 06:58:41
TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of `tf.raw_ops.DeleteSessionTensor` does not fully validate the input arguments. This results in a `CHECK`-failure which ...
CVE-2022-23587
- EPSS 0.3%
- Published 04.02.2022 23:15:15
- Last modified 21.11.2024 06:48:52
Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, Grappler component of TensorFlow is vulnerable to an integer overflow during cost estimation for crop and resize. Since the cropping parameters are user controlled, a m...
CVE-2022-23588
- EPSS 0.3%
- Published 04.02.2022 23:15:15
- Last modified 21.11.2024 06:48:52
Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a denial of service by altering a `SavedModel` such that Grappler optimizer would attempt to build a tensor using a reference `dtype`. This would result in a crash du...
CVE-2022-23589
- EPSS 0.3%
- Published 04.02.2022 23:15:15
- Last modified 21.11.2024 06:48:52
Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, Grappler component of TensorFlow can trigger a null pointer dereference. There are 2 places where this can occur, for the same malicious alteration of a `SavedModel` fi...
CVE-2022-23590
- EPSS 0.24%
- Published 04.02.2022 23:15:15
- Last modified 21.11.2024 06:48:52
Tensorflow is an Open Source Machine Learning Framework. A `GraphDef` from a TensorFlow `SavedModel` can be maliciously altered to cause a TensorFlow process to crash due to encountering a `StatusOr` value that is an error and forcibly extracting the...
CVE-2022-23591
- EPSS 0.34%
- Published 04.02.2022 23:15:15
- Last modified 21.11.2024 06:48:52
Tensorflow is an Open Source Machine Learning Framework. The `GraphDef` format in TensorFlow does not allow self recursive functions. The runtime assumes that this invariant is satisfied. However, a `GraphDef` containing a fragment such as the follow...
CVE-2022-23592
- EPSS 0.32%
- Published 04.02.2022 23:15:15
- Last modified 21.11.2024 06:48:53
Tensorflow is an Open Source Machine Learning Framework. TensorFlow's type inference can cause a heap out of bounds read as the bounds checking is done in a `DCHECK` (which is a no-op during production). An attacker can control the `input_idx` variab...
CVE-2022-23593
- EPSS 0.31%
- Published 04.02.2022 23:15:15
- Last modified 21.11.2024 06:48:53
Tensorflow is an Open Source Machine Learning Framework. The `simplifyBroadcast` function in the MLIR-TFRT infrastructure in TensorFlow is vulnerable to a segfault (hence, denial of service), if called with scalar shapes. If all shapes are scalar, th...