CVE-2021-37660
- EPSS 0.01%
- Published 12.08.2021 18:15:10
- Last modified 21.11.2024 06:15:38
TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause a floating point exception by calling inplace operations with crafted arguments that would result in a division by 0. The [implementatio...
CVE-2021-35958
- EPSS 1.09%
- Published 30.06.2021 01:15:07
- Last modified 21.11.2024 06:12:50
TensorFlow through 2.5.0 allows attackers to overwrite arbitrary files via a crafted archive when tf.keras.utils.get_file is used with extract=True. NOTE: the vendor's position is that tf.keras.utils.get_file is not intended for untrusted archives
CVE-2021-29613
- EPSS 0.14%
- Published 14.05.2021 20:15:16
- Last modified 21.11.2024 06:01:29
TensorFlow is an end-to-end open source platform for machine learning. Incomplete validation in `tf.raw_ops.CTCLoss` allows an attacker to trigger an OOB read from heap. The fix will be included in TensorFlow 2.5.0. We will also cherrypick these comm...
CVE-2021-29614
- EPSS 0.02%
- Published 14.05.2021 20:15:16
- Last modified 21.11.2024 06:01:29
TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.io.decode_raw` produces incorrect results and crashes the Python interpreter when combining `fixed_length` and wider datatypes. The implementation of the...
CVE-2021-29615
- EPSS 0.02%
- Published 14.05.2021 20:15:16
- Last modified 21.11.2024 06:01:29
TensorFlow is an end-to-end open source platform for machine learning. The implementation of `ParseAttrValue`(https://github.com/tensorflow/tensorflow/blob/c22d88d6ff33031aa113e48aa3fc9aa74ed79595/tensorflow/core/framework/attr_value_util.cc#L397-L45...
CVE-2021-29616
- EPSS 0.02%
- Published 14.05.2021 20:15:16
- Last modified 21.11.2024 06:01:30
TensorFlow is an end-to-end open source platform for machine learning. The implementation of TrySimplify(https://github.com/tensorflow/tensorflow/blob/c22d88d6ff33031aa113e48aa3fc9aa74ed79595/tensorflow/core/grappler/optimizers/arithmetic_optimizer.c...
CVE-2021-29617
- EPSS 0.05%
- Published 14.05.2021 20:15:16
- Last modified 21.11.2024 06:01:30
TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service via `CHECK`-fail in `tf.strings.substr` with invalid arguments. The fix will be included in TensorFlow 2.5.0. We will also cherrypick thi...
CVE-2021-29618
- EPSS 0.05%
- Published 14.05.2021 20:15:16
- Last modified 21.11.2024 06:01:30
TensorFlow is an end-to-end open source platform for machine learning. Passing a complex argument to `tf.transpose` at the same time as passing `conjugate=True` argument results in a crash. The fix will be included in TensorFlow 2.5.0. We will also c...
CVE-2021-29619
- EPSS 0.02%
- Published 14.05.2021 20:15:16
- Last modified 21.11.2024 06:01:30
TensorFlow is an end-to-end open source platform for machine learning. Passing invalid arguments (e.g., discovered via fuzzing) to `tf.raw_ops.SparseCountSparseOutput` results in segfault. The fix will be included in TensorFlow 2.5.0. We will also ch...
CVE-2021-29591
- EPSS 0.06%
- Published 14.05.2021 20:15:15
- Last modified 21.11.2024 06:01:26
TensorFlow is an end-to-end open source platform for machine learning. TFlite graphs must not have loops between nodes. However, this condition was not checked and an attacker could craft models that would result in infinite loop during evaluation. I...