CVE-2022-23576
- EPSS 0.22%
- Published 04.02.2022 23:15:14
- Last modified 21.11.2024 06:48:50
Tensorflow is an Open Source Machine Learning Framework. The implementation of `OpLevelCostEstimator::CalculateOutputSize` is vulnerable to an integer overflow if an attacker can create an operation which would involve tensors with large enough numbe...
CVE-2022-23577
- EPSS 0.22%
- Published 04.02.2022 23:15:14
- Last modified 21.11.2024 06:48:51
Tensorflow is an Open Source Machine Learning Framework. The implementation of `GetInitOp` is vulnerable to a crash caused by dereferencing a null pointer. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlo...
CVE-2022-23578
- EPSS 0.2%
- Published 04.02.2022 23:15:14
- Last modified 21.11.2024 06:48:51
Tensorflow is an Open Source Machine Learning Framework. If a graph node is invalid, TensorFlow can leak memory in the implementation of `ImmutableExecutorState::Initialize`. Here, we set `item->kernel` to `nullptr` but it is a simple `OpKernel*` poi...
CVE-2022-23579
- EPSS 0.23%
- Published 04.02.2022 23:15:14
- Last modified 21.11.2024 06:48:51
Tensorflow is an Open Source Machine Learning Framework. The Grappler optimizer in TensorFlow can be used to cause a denial of service by altering a `SavedModel` such that `SafeToRemoveIdentity` would trigger `CHECK` failures. The fix will be include...
CVE-2022-23580
- EPSS 0.3%
- Published 04.02.2022 23:15:14
- Last modified 21.11.2024 06:48:51
Tensorflow is an Open Source Machine Learning Framework. During shape inference, TensorFlow can allocate a large vector based on a value from a tensor controlled by the user. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this ...
CVE-2022-23581
- EPSS 0.48%
- Published 04.02.2022 23:15:14
- Last modified 21.11.2024 06:48:51
Tensorflow is an Open Source Machine Learning Framework. The Grappler optimizer in TensorFlow can be used to cause a denial of service by altering a `SavedModel` such that `IsSimplifiableReshape` would trigger `CHECK` failures. The fix will be includ...
CVE-2022-23582
- EPSS 0.22%
- Published 04.02.2022 23:15:14
- Last modified 21.11.2024 06:48:51
Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a denial of service by altering a `SavedModel` such that `TensorByteSize` would trigger `CHECK` failures. `TensorShape` constructor throws a `CHECK`-fail if shape is ...
CVE-2022-23583
- EPSS 0.29%
- Published 04.02.2022 23:15:14
- Last modified 21.11.2024 06:48:51
Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a denial of service by altering a `SavedModel` such that any binary op would trigger `CHECK` failures. This occurs when the protobuf part corresponding to the tensor ...
CVE-2022-23584
- EPSS 0.25%
- Published 04.02.2022 23:15:14
- Last modified 21.11.2024 06:48:52
Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a use after free behavior when decoding PNG images. After `png::CommonFreeDecode(&decode)` gets called, the values of `decode.width` and `decode.height` are in an uns...
CVE-2022-23585
- EPSS 0.66%
- Published 04.02.2022 23:15:14
- Last modified 21.11.2024 06:48:52
Tensorflow is an Open Source Machine Learning Framework. When decoding PNG images TensorFlow can produce a memory leak if the image is invalid. After calling `png::CommonInitDecode(..., &decode)`, the `decode` value contains allocated buffers which c...