CVE-2021-41216
- EPSS 0.02%
- Published 05.11.2021 23:15:08
- Last modified 21.11.2024 06:25:48
TensorFlow is an open source platform for machine learning. In affected versions the shape inference function for `Transpose` is vulnerable to a heap buffer overflow. This occurs whenever `perm` contains negative elements. The shape inference functio...
CVE-2021-41220
- EPSS 0.02%
- Published 05.11.2021 23:15:08
- Last modified 21.11.2024 06:25:48
TensorFlow is an open source platform for machine learning. In affected versions the async implementation of `CollectiveReduceV2` suffers from a memory leak and a use after free. This occurs due to the asynchronous computation and the fact that objec...
CVE-2021-41221
- EPSS 0.02%
- Published 05.11.2021 23:15:08
- Last modified 21.11.2024 06:25:48
TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for the `Cudnn*` operations in TensorFlow can be tricked into accessing invalid memory, via a heap buffer overflow. This occurs because the rank...
CVE-2021-41222
- EPSS 0.02%
- Published 05.11.2021 23:15:08
- Last modified 21.11.2024 06:25:48
TensorFlow is an open source platform for machine learning. In affected versions the implementation of `SplitV` can trigger a segfault is an attacker supplies negative arguments. This occurs whenever `size_splits` contains more than one value and at ...
CVE-2021-41225
- EPSS 0.02%
- Published 05.11.2021 23:15:08
- Last modified 21.11.2024 06:25:49
TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's Grappler optimizer has a use of unitialized variable. If the `train_nodes` vector (obtained from the saved model that gets optimized) does not contain a `De...
CVE-2021-41227
- EPSS 0.08%
- Published 05.11.2021 23:15:08
- Last modified 21.11.2024 06:25:49
TensorFlow is an open source platform for machine learning. In affected versions the `ImmutableConst` operation in TensorFlow can be tricked into reading arbitrary memory contents. This is because the `tstring` TensorFlow string class has a special c...
CVE-2021-41228
- EPSS 0.04%
- Published 05.11.2021 23:15:08
- Last modified 21.11.2024 06:25:49
TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's `saved_model_cli` tool is vulnerable to a code injection as it calls `eval` on user supplied strings. This can be used by attackers to run arbitrary code on...
CVE-2021-41202
- EPSS 0.04%
- Published 05.11.2021 22:15:08
- Last modified 21.11.2024 06:25:45
TensorFlow is an open source platform for machine learning. In affected versions while calculating the size of the output within the `tf.range` kernel, there is a conditional statement of type `int64 = condition ? int64 : double`. Due to C++ implicit...
CVE-2021-41206
- EPSS 0.01%
- Published 05.11.2021 22:15:08
- Last modified 21.11.2024 06:25:46
TensorFlow is an open source platform for machine learning. In affected versions several TensorFlow operations are missing validation for the shapes of the tensor arguments involved in the call. Depending on the API, this can result in undefined beha...
CVE-2021-41207
- EPSS 0.02%
- Published 05.11.2021 22:15:08
- Last modified 21.11.2024 06:25:46
TensorFlow is an open source platform for machine learning. In affected versions the implementation of `ParallelConcat` misses some input validation and can produce a division by 0. The fix will be included in TensorFlow 2.7.0. We will also cherrypic...