CVE-2022-35938
- EPSS 0.2%
- Veröffentlicht 16.09.2022 20:15:10
- Zuletzt bearbeitet 21.11.2024 07:12:00
TensorFlow is an open source platform for machine learning. The `GatherNd` function 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-bounds memory rea...
CVE-2022-35939
- EPSS 0.37%
- Veröffentlicht 16.09.2022 20:15:10
- Zuletzt bearbeitet 21.11.2024 07:12:00
TensorFlow is an open source platform for machine learning. The `ScatterNd` function takes an input argument that determines the indices of of the output tensor. An input index greater than the output tensor or less than zero will either write conten...
CVE-2022-35940
- EPSS 0.38%
- Veröffentlicht 16.09.2022 20:15:10
- Zuletzt bearbeitet 21.11.2024 07:12:00
TensorFlow is an open source platform for machine learning. The `RaggedRangOp` function takes an argument `limits` that is eventually used to construct a `TensorShape` as an `int64`. If `limits` is a very large float, it can overflow when converted t...
CVE-2022-35941
- EPSS 0.32%
- Veröffentlicht 16.09.2022 20:15:10
- Zuletzt bearbeitet 21.11.2024 07:12:00
TensorFlow is an open source platform for machine learning. The `AvgPoolOp` function takes an argument `ksize` that must be positive but is not checked. A negative `ksize` can trigger a `CHECK` failure and crash the program. We have patched the issue...
CVE-2022-35952
- EPSS 0.38%
- Veröffentlicht 16.09.2022 20:15:10
- Zuletzt bearbeitet 21.11.2024 07:12:02
TensorFlow is an open source platform for machine learning. The `UnbatchGradOp` function takes an argument `id` that is assumed to be a scalar. A nonscalar `id` can trigger a `CHECK` failure and crash the program. It also requires its argument `batch...
CVE-2022-35959
- EPSS 0.13%
- Veröffentlicht 16.09.2022 20:15:10
- Zuletzt bearbeitet 21.11.2024 07:12:03
TensorFlow is an open source platform for machine learning. The implementation of `AvgPool3DGradOp` does not fully validate the input `orig_input_shape`. This results in an overflow that results in a `CHECK` failure which can be used to trigger a den...
CVE-2022-35960
- EPSS 0.42%
- Veröffentlicht 16.09.2022 20:15:10
- Zuletzt bearbeitet 21.11.2024 07:12:03
TensorFlow is an open source platform for machine learning. In `core/kernels/list_kernels.cc's TensorListReserve`, `num_elements` is assumed to be a tensor of size 1. When a `num_elements` of more than 1 element is provided, then `tf.raw_ops.TensorLi...
CVE-2022-35963
- EPSS 0.13%
- Veröffentlicht 16.09.2022 20:15:10
- Zuletzt bearbeitet 21.11.2024 07:12:03
TensorFlow is an open source platform for machine learning. The implementation of `FractionalAvgPoolGrad` does not fully validate the input `orig_input_tensor_shape`. This results in an overflow that results in a `CHECK` failure which can be used to ...
CVE-2022-35934
- EPSS 0.08%
- Veröffentlicht 16.09.2022 20:15:09
- Zuletzt bearbeitet 21.11.2024 07:11:59
TensorFlow is an open source platform for machine learning. The implementation of tf.reshape op in TensorFlow is vulnerable to a denial of service via CHECK-failure (assertion failure) caused by overflowing the number of elements in a tensor. This is...
CVE-2022-29209
- EPSS 0.07%
- Veröffentlicht 21.05.2022 00:15:11
- Zuletzt bearbeitet 21.11.2024 06:58:43
TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the macros that TensorFlow uses for writing assertions (e.g., `CHECK_LT`, `CHECK_GT`, etc.) have an incorrect logic when comparing `size_t` ...