Google

Tensorflow

432 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • 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...

  • 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...

  • 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...

  • 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...

  • 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 ...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...