CVE-2022-23567
- EPSS 0.45%
- Veröffentlicht 03.02.2022 12:15:08
- Zuletzt bearbeitet 05.05.2025 17:17:57
Tensorflow is an Open Source Machine Learning Framework. The implementations of `Sparse*Cwise*` ops are vulnerable to integer overflows. These can be used to trigger large allocations (so, OOM based denial of service) or `CHECK`-fails when building n...
CVE-2022-23568
- EPSS 0.3%
- Veröffentlicht 03.02.2022 12:15:08
- Zuletzt bearbeitet 05.05.2025 17:17:57
Tensorflow is an Open Source Machine Learning Framework. The implementation of `AddManySparseToTensorsMap` is vulnerable to an integer overflow which results in a `CHECK`-fail when building new `TensorShape` objects (so, an assert failure based denia...
CVE-2022-21731
- EPSS 0.3%
- Veröffentlicht 03.02.2022 12:15:07
- Zuletzt bearbeitet 05.05.2025 17:17:49
Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for `ConcatV2` can be used to trigger a denial of service attack via a segfault caused by a type confusion. The `axis` argument is translated into `concat_...
CVE-2022-21732
- EPSS 0.22%
- Veröffentlicht 03.02.2022 12:15:07
- Zuletzt bearbeitet 21.11.2024 06:45:19
Tensorflow is an Open Source Machine Learning Framework. The implementation of `ThreadPoolHandle` can be used to trigger a denial of service attack by allocating too much memory. This is because the `num_threads` argument is only checked to not be ne...
CVE-2022-21733
- EPSS 0.23%
- Veröffentlicht 03.02.2022 12:15:07
- Zuletzt bearbeitet 05.05.2025 17:17:49
Tensorflow is an Open Source Machine Learning Framework. The implementation of `StringNGrams` can be used to trigger a denial of service attack by causing an out of memory condition after an integer overflow. We are missing a validation on `pad_witdh...
CVE-2022-21728
- EPSS 1.12%
- Veröffentlicht 03.02.2022 11:15:08
- Zuletzt bearbeitet 05.05.2025 17:17:48
Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for `ReverseSequence` does not fully validate the value of `batch_dim` and can result in a heap OOB read. There is a check to make sure the value of `batch...
CVE-2022-21730
- EPSS 0.3%
- Veröffentlicht 03.02.2022 11:15:08
- Zuletzt bearbeitet 05.05.2025 17:17:49
Tensorflow is an Open Source Machine Learning Framework. The implementation of `FractionalAvgPoolGrad` does not consider cases where the input tensors are invalid allowing an attacker to read from outside of bounds of heap. The fix will be included i...
CVE-2022-21726
- EPSS 0.3%
- Veröffentlicht 03.02.2022 11:15:07
- Zuletzt bearbeitet 05.05.2025 17:17:48
Tensorflow is an Open Source Machine Learning Framework. The implementation of `Dequantize` does not fully validate the value of `axis` and can result in heap OOB accesses. The `axis` argument can be `-1` (the default value for the optional argument)...
CVE-2022-21727
- EPSS 0.33%
- Veröffentlicht 03.02.2022 11:15:07
- Zuletzt bearbeitet 05.05.2025 17:17:48
Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for `Dequantize` is vulnerable to an integer overflow weakness. The `axis` argument can be `-1` (the default value for the optional argument) or any other ...
CVE-2021-41213
- EPSS 0.08%
- Veröffentlicht 05.11.2021 23:15:08
- Zuletzt bearbeitet 21.11.2024 06:25:47
TensorFlow is an open source platform for machine learning. In affected versions the code behind `tf.function` API can be made to deadlock when two `tf.function` decorated Python functions are mutually recursive. This occurs due to using a non-reentr...