CVE-2023-25671
- EPSS 0.24%
- Published 25.03.2023 00:15:07
- Last modified 21.11.2024 07:49:54
TensorFlow is an open source platform for machine learning. There is out-of-bounds access due to mismatched integer type sizes. A fix is included in TensorFlow version 2.12.0 and version 2.11.1.
CVE-2023-25672
- EPSS 0.07%
- Published 25.03.2023 00:15:07
- Last modified 21.11.2024 07:49:54
TensorFlow is an open source platform for machine learning. The function `tf.raw_ops.LookupTableImportV2` cannot handle scalars in the `values` parameter and gives an NPE. A fix is included in TensorFlow version 2.12.0 and version 2.11.1.
CVE-2023-25673
- EPSS 0.16%
- Published 25.03.2023 00:15:07
- Last modified 21.11.2024 07:49:55
TensorFlow is an open source platform for machine learning. Versions prior to 2.12.0 and 2.11.1 have a Floating Point Exception in TensorListSplit with XLA. A fix is included in TensorFlow version 2.12.0 and version 2.11.1.
CVE-2023-25674
- EPSS 0.22%
- Published 25.03.2023 00:15:07
- Last modified 21.11.2024 07:49:55
TensorFlow is an open source machine learning platform. Versions prior to 2.12.0 and 2.11.1 have a null pointer error in RandomShuffle with XLA enabled. A fix is included in TensorFlow 2.12.0 and 2.11.1.
CVE-2023-25675
- EPSS 0.16%
- Published 25.03.2023 00:15:07
- Last modified 21.11.2024 07:49:55
TensorFlow is an open source machine learning platform. When running versions prior to 2.12.0 and 2.11.1 with XLA, `tf.raw_ops.Bincount` segfaults when given a parameter `weights` that is neither the same shape as parameter `arr` nor a length-0 tenso...
CVE-2022-41902
- EPSS 0.25%
- Published 06.12.2022 22:15:10
- Last modified 21.11.2024 07:24:01
TensorFlow is an open source platform for machine learning. The function MakeGrapplerFunctionItem takes arguments that determine the sizes of inputs and outputs. If the inputs given are greater than or equal to the sizes of the outputs, an out-of-bou...
CVE-2022-41910
- EPSS 0.21%
- Published 06.12.2022 22:15:10
- Last modified 21.11.2024 07:24:02
TensorFlow is an open source platform for machine learning. The function MakeGrapplerFunctionItem takes arguments that determine the sizes of inputs and outputs. If the inputs given are greater than or equal to the sizes of the outputs, an out-of-bou...
CVE-2022-41909
- EPSS 0.37%
- Published 18.11.2022 22:15:22
- Last modified 21.11.2024 07:24:02
TensorFlow is an open source platform for machine learning. An input `encoded` that is not a valid `CompositeTensorVariant` tensor will trigger a segfault in `tf.raw_ops.CompositeTensorVariantToComponents`. We have patched the issue in GitHub commits...
CVE-2022-41911
- EPSS 0.09%
- Published 18.11.2022 22:15:22
- Last modified 21.11.2024 07:24:03
TensorFlow is an open source platform for machine learning. When printing a tensor, we get it's data as a `const char*` array (since that's the underlying storage) and then we typecast it to the element type. However, conversions from `char` to `bool...
CVE-2022-41907
- EPSS 0.11%
- Published 18.11.2022 22:15:21
- Last modified 21.11.2024 07:24:02
TensorFlow is an open source platform for machine learning. When `tf.raw_ops.ResizeNearestNeighborGrad` is given a large `size` input, it overflows. We have patched the issue in GitHub commit 00c821af032ba9e5f5fa3fe14690c8d28a657624. The fix will be ...