CVE-2022-23586
- EPSS 0.3%
- Veröffentlicht 04.02.2022 23:15:14
- Zuletzt bearbeitet 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 assertions in `function.cc` would be falsified and crash the Python interpreter. The fix will be included in ...
CVE-2022-23557
- EPSS 0.22%
- Veröffentlicht 04.02.2022 23:15:13
- Zuletzt bearbeitet 21.11.2024 06:48:48
Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would trigger a division by zero in `BiasAndClamp` implementation. There is no check that the `bias_size` is non zero. The fix will be included in Tens...
CVE-2022-23558
- EPSS 0.39%
- Veröffentlicht 04.02.2022 23:15:13
- Zuletzt bearbeitet 21.11.2024 06:48:48
Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause an integer overflow in `TfLiteIntArrayCreate`. The `TfLiteIntArrayGetSizeInBytes` returns an `int` instead of a `size_t. An attacker can co...
CVE-2022-23559
- EPSS 0.52%
- Veröffentlicht 04.02.2022 23:15:13
- Zuletzt bearbeitet 21.11.2024 06:48:48
Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause an integer overflow in embedding lookup operations. Both `embedding_size` and `lookup_size` are products of values provided by the user. He...
CVE-2022-23560
- EPSS 0.3%
- Veröffentlicht 04.02.2022 23:15:13
- Zuletzt bearbeitet 21.11.2024 06:48:48
Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would allow limited reads and writes outside of arrays in TFLite. This exploits missing validation in the conversion from sparse tensors to dense tenso...
CVE-2022-23561
- EPSS 0.18%
- Veröffentlicht 04.02.2022 23:15:13
- Zuletzt bearbeitet 21.11.2024 06:48:49
Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause a write outside of bounds of an array in TFLite. In fact, the attacker can override the linked list used by the memory allocator. This can ...
CVE-2022-23562
- EPSS 0.36%
- Veröffentlicht 04.02.2022 23:15:13
- Zuletzt bearbeitet 21.11.2024 06:48:49
Tensorflow is an Open Source Machine Learning Framework. The implementation of `Range` suffers from integer overflows. These can trigger undefined behavior or, in some scenarios, extremely large allocations. The fix will be included in TensorFlow 2.8...
CVE-2022-23563
- EPSS 0.01%
- Veröffentlicht 04.02.2022 23:15:13
- Zuletzt bearbeitet 21.11.2024 06:48:49
Tensorflow is an Open Source Machine Learning Framework. In multiple places, TensorFlow uses `tempfile.mktemp` to create temporary files. While this is acceptable in testing, in utilities and libraries it is dangerous as a different process can creat...
CVE-2022-23564
- EPSS 0.12%
- Veröffentlicht 04.02.2022 23:15:13
- Zuletzt bearbeitet 21.11.2024 06:48:49
Tensorflow is an Open Source Machine Learning Framework. When decoding a resource handle tensor from protobuf, a TensorFlow process can encounter cases where a `CHECK` assertion is invalidated based on user controlled arguments. This allows attackers...
CVE-2022-21740
- EPSS 0.41%
- Veröffentlicht 03.02.2022 15:15:08
- Zuletzt bearbeitet 05.05.2025 17:17:51
Tensorflow is an Open Source Machine Learning Framework. The implementation of `SparseCountSparseOutput` is vulnerable to a heap overflow. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFl...