CVE-2022-35969
- 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...
CVE-2022-35970
- 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...
CVE-2022-35971
- 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...
CVE-2022-35972
- 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...
CVE-2022-35973
- 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...
CVE-2022-35974
- 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...
CVE-2022-35964
- 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 ...
CVE-2022-35965
- 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...
CVE-2022-35935
- 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...
CVE-2022-35937
- 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...