Google

Tensorflow

432 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.13%
  • Veröffentlicht 16.09.2022 21:15:09
  • Zuletzt bearbeitet 21.11.2024 07:12:04

TensorFlow is an open source platform for machine learning. The implementation of `Conv2DBackpropInput` requires `input_sizes` to be 4-dimensional. Otherwise, it gives a `CHECK` failure which can be used to trigger a denial of service attack. We have...

  • EPSS 0.13%
  • Veröffentlicht 16.09.2022 21:15:09
  • Zuletzt bearbeitet 21.11.2024 07:12:04

TensorFlow is an open source platform for machine learning. If `QuantizedInstanceNorm` is given `x_min` or `x_max` tensors of a nonzero rank, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue i...

  • EPSS 0.13%
  • Veröffentlicht 16.09.2022 21:15:09
  • Zuletzt bearbeitet 21.11.2024 07:12:04

TensorFlow is an open source platform for machine learning. If `FakeQuantWithMinMaxVars` is given `min` or `max` tensors of a nonzero rank, it results in a `CHECK` fail that can be used to trigger a denial of service attack. We have patched the issue...

  • EPSS 0.06%
  • Veröffentlicht 16.09.2022 21:15:09
  • Zuletzt bearbeitet 21.11.2024 07:12:05

TensorFlow is an open source platform for machine learning. If `QuantizedBiasAdd` is given `min_input`, `max_input`, `min_bias`, `max_bias` tensors of a nonzero rank, it results in a segfault that can be used to trigger a denial of service attack. We...

  • EPSS 0.13%
  • Veröffentlicht 16.09.2022 21:15:09
  • Zuletzt bearbeitet 21.11.2024 07:12:05

TensorFlow is an open source platform for machine learning. If `QuantizedMatMul` is given nonscalar input for: `min_a`, `max_a`, `min_b`, or `max_b` It gives a segfault that can be used to trigger a denial of service attack. We have patched the issue...

  • EPSS 0.13%
  • Veröffentlicht 16.09.2022 21:15:09
  • Zuletzt bearbeitet 21.11.2024 07:12:05

TensorFlow is an open source platform for machine learning. If `QuantizeDownAndShrinkRange` is given nonscalar inputs for `input_min` or `input_max`, it results in a segfault that can be used to trigger a denial of service attack. We have patched the...

  • EPSS 0.08%
  • Veröffentlicht 16.09.2022 21:15:08
  • Zuletzt bearbeitet 21.11.2024 07:12:03

TensorFlow is an open source platform for machine learning. The implementation of `BlockLSTMGradV2` does not fully validate its inputs. This results in a a segfault that can be used to trigger a denial of service attack. We have patched the issue in ...

  • EPSS 0.15%
  • Veröffentlicht 16.09.2022 21:15:08
  • Zuletzt bearbeitet 21.11.2024 07:12:04

TensorFlow is an open source platform for machine learning. If `LowerBound` or `UpperBound` is given an empty`sorted_inputs` input, it results in a `nullptr` dereference, leading to a segfault that can be used to trigger a denial of service attack. W...

  • EPSS 0.1%
  • Veröffentlicht 16.09.2022 20:15:10
  • Zuletzt bearbeitet 21.11.2024 07:11:59

TensorFlow is an open source platform for machine learning. The implementation of SobolSampleOp is vulnerable to a denial of service via CHECK-failure (assertion failure) caused by assuming `input(0)`, `input(1)`, and `input(2)` to be scalar. This is...

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