CVE-2022-36003
- EPSS 0.13%
- Published 16.09.2022 23:15:10
- Last modified 21.11.2024 07:12:09
TensorFlow is an open source platform for machine learning. When `RandomPoissonV2` receives large input shape and rates, it gives a `CHECK` fail that can trigger a denial of service attack. We have patched the issue in GitHub commit 552bfced6ce4809db...
CVE-2022-36004
- EPSS 0.13%
- Published 16.09.2022 23:15:10
- Last modified 21.11.2024 07:12:09
TensorFlow is an open source platform for machine learning. When `tf.random.gamma` receives large input shape and rates, it gives a `CHECK` fail that can trigger a denial of service attack. We have patched the issue in GitHub commit 552bfced6ce4809db...
CVE-2022-36005
- EPSS 0.14%
- Published 16.09.2022 23:15:10
- Last modified 21.11.2024 07:12:09
TensorFlow is an open source platform for machine learning. When `tf.quantization.fake_quant_with_min_max_vars_gradient` receives input `min` or `max` that is nonscalar, it gives a `CHECK` fail that can trigger a denial of service attack. We have pat...
CVE-2022-35979
- EPSS 0.13%
- Published 16.09.2022 22:15:11
- Last modified 21.11.2024 07:12:06
TensorFlow is an open source platform for machine learning. If `QuantizedRelu` or `QuantizedRelu6` are given nonscalar inputs for `min_features` or `max_features`, it results in a segfault that can be used to trigger a denial of service attack. We ha...
CVE-2022-35981
- EPSS 0.13%
- Published 16.09.2022 22:15:11
- Last modified 21.11.2024 07:12:06
TensorFlow is an open source platform for machine learning. `FractionalMaxPoolGrad` validates its inputs with `CHECK` failures instead of with returning errors. If it gets incorrectly sized inputs, the `CHECK` failure can be used to trigger a denial ...
CVE-2022-35982
- EPSS 0.13%
- Published 16.09.2022 22:15:11
- Last modified 21.11.2024 07:12:06
TensorFlow is an open source platform for machine learning. If `SparseBincount` is given inputs for `indices`, `values`, and `dense_shape` that do not make a valid sparse tensor, it results in a segfault that can be used to trigger a denial of servic...
CVE-2022-35983
- EPSS 0.13%
- Published 16.09.2022 22:15:11
- Last modified 21.11.2024 07:12:06
TensorFlow is an open source platform for machine learning. If `Save` or `SaveSlices` is run over tensors of an unsupported `dtype`, it results in a `CHECK` fail that can be used to trigger a denial of service attack. We have patched the issue in Git...
CVE-2022-35984
- EPSS 0.13%
- Published 16.09.2022 22:15:11
- Last modified 21.11.2024 07:12:06
TensorFlow is an open source platform for machine learning. `ParameterizedTruncatedNormal` assumes `shape` is of type `int32`. A valid `shape` of type `int64` results in a mismatched type `CHECK` fail that can be used to trigger a denial of service a...
CVE-2022-35985
- EPSS 0.13%
- Published 16.09.2022 22:15:11
- Last modified 21.11.2024 07:12:06
TensorFlow is an open source platform for machine learning. If `LRNGrad` is given an `output_image` input tensor that is not 4-D, it results in a `CHECK` fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub...
CVE-2022-35986
- EPSS 0.14%
- Published 16.09.2022 22:15:11
- Last modified 21.11.2024 07:12:07
TensorFlow is an open source platform for machine learning. If `RaggedBincount` is given an empty input tensor `splits`, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit 7a459...