Latest CVE Feed
-
7.8
HIGHCVE-2021-29587
TensorFlow is an end-to-end open source platform for machine learning. The `Prepare` step of the `SpaceToDepth` TFLite operator does not check for 0 before division(https://github.com/tensorflow/tensorflow/blob/5f7975d09eac0f10ed8a17dbb6f5964977725adc/ten... Read more
Affected Products : tensorflow- EPSS Score: %0.02
- Published: May. 14, 2021
- Modified: Nov. 21, 2024
-
7.8
HIGHCVE-2021-29586
TensorFlow is an end-to-end open source platform for machine learning. Optimized pooling implementations in TFLite fail to check that the stride arguments are not 0 before calling `ComputePaddingHeightWidth`(https://github.com/tensorflow/tensorflow/blob/3... Read more
Affected Products : tensorflow- EPSS Score: %0.02
- Published: May. 14, 2021
- Modified: Nov. 21, 2024
-
7.8
HIGHCVE-2021-29585
TensorFlow is an end-to-end open source platform for machine learning. The TFLite computation for size of output after padding, `ComputeOutSize`(https://github.com/tensorflow/tensorflow/blob/0c9692ae7b1671c983569e5d3de5565843d500cf/tensorflow/lite/kernels... Read more
Affected Products : tensorflow- EPSS Score: %0.02
- Published: May. 14, 2021
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-29584
TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a denial of service via a `CHECK`-fail in caused by an integer overflow in constructing a new tensor shape. This is because the implementation(https://github.co... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: May. 14, 2021
- Modified: Nov. 21, 2024
-
7.8
HIGHCVE-2021-29583
TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.raw_ops.FusedBatchNorm` is vulnerable to a heap buffer overflow. If the tensors are empty, the same implementation can trigger undefined behavior by dereferen... Read more
Affected Products : tensorflow- EPSS Score: %0.02
- Published: May. 14, 2021
- Modified: Nov. 21, 2024
-
7.1
HIGHCVE-2021-29582
TensorFlow is an end-to-end open source platform for machine learning. Due to lack of validation in `tf.raw_ops.Dequantize`, an attacker can trigger a read from outside of bounds of heap allocated data. The implementation(https://github.com/tensorflow/ten... Read more
Affected Products : tensorflow- EPSS Score: %0.02
- Published: May. 14, 2021
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-29581
TensorFlow is an end-to-end open source platform for machine learning. Due to lack of validation in `tf.raw_ops.CTCBeamSearchDecoder`, an attacker can trigger denial of service via segmentation faults. The implementation(https://github.com/tensorflow/tens... Read more
Affected Products : tensorflow- EPSS Score: %0.02
- Published: May. 14, 2021
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-29580
TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.raw_ops.FractionalMaxPoolGrad` triggers an undefined behavior if one of the input tensors is empty. The code is also vulnerable to a denial of service attack ... Read more
Affected Products : tensorflow- EPSS Score: %0.02
- Published: May. 14, 2021
- Modified: Nov. 21, 2024
-
7.8
HIGHCVE-2021-29579
TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.raw_ops.MaxPoolGrad` is vulnerable to a heap buffer overflow. The implementation(https://github.com/tensorflow/tensorflow/blob/ab1e644b48c82cb71493f4362b4dd38... Read more
Affected Products : tensorflow- EPSS Score: %0.02
- Published: May. 14, 2021
- Modified: Nov. 21, 2024
-
7.8
HIGHCVE-2021-29578
TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.raw_ops.FractionalAvgPoolGrad` is vulnerable to a heap buffer overflow. The implementation(https://github.com/tensorflow/tensorflow/blob/dcba796a28364d6d7f003... Read more
Affected Products : tensorflow- EPSS Score: %0.02
- Published: May. 14, 2021
- Modified: Nov. 21, 2024
-
7.8
HIGHCVE-2021-29577
TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.raw_ops.AvgPool3DGrad` is vulnerable to a heap buffer overflow. The implementation(https://github.com/tensorflow/tensorflow/blob/d80ffba9702dc19d1fac74fc4b766... Read more
Affected Products : tensorflow- EPSS Score: %0.02
- Published: May. 14, 2021
- Modified: Nov. 21, 2024
-
7.8
HIGHCVE-2021-29576
TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.raw_ops.MaxPool3DGradGrad` is vulnerable to a heap buffer overflow. The implementation(https://github.com/tensorflow/tensorflow/blob/596c05a159b6fbb9e39ca10b3... Read more
Affected Products : tensorflow- EPSS Score: %0.02
- Published: May. 14, 2021
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-29575
TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.raw_ops.ReverseSequence` allows for stack overflow and/or `CHECK`-fail based denial of service. The implementation(https://github.com/tensorflow/tensorflow/bl... Read more
Affected Products : tensorflow- EPSS Score: %0.06
- Published: May. 14, 2021
- Modified: Nov. 21, 2024
-
7.8
HIGHCVE-2021-29574
TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.raw_ops.MaxPool3DGradGrad` exhibits undefined behavior by dereferencing null pointers backing attacker-supplied empty tensors. The implementation(https://gith... Read more
Affected Products : tensorflow- EPSS Score: %0.02
- Published: May. 14, 2021
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-29573
TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.raw_ops.MaxPoolGradWithArgmax` is vulnerable to a division by 0. The implementation(https://github.com/tensorflow/tensorflow/blob/279bab6efa22752a2827621b7edb... Read more
Affected Products : tensorflow- EPSS Score: %0.02
- Published: May. 14, 2021
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-29572
TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.raw_ops.SdcaOptimizer` triggers undefined behavior due to dereferencing a null pointer. The implementation(https://github.com/tensorflow/tensorflow/blob/60a45... Read more
Affected Products : tensorflow- EPSS Score: %0.02
- Published: May. 14, 2021
- Modified: Nov. 21, 2024
-
7.8
HIGHCVE-2021-29571
TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.raw_ops.MaxPoolGradWithArgmax` can cause reads outside of bounds of heap allocated data if attacker supplies specially crafted inputs. The implementation(http... Read more
Affected Products : tensorflow- EPSS Score: %0.03
- Published: May. 14, 2021
- Modified: Nov. 21, 2024
-
7.1
HIGHCVE-2021-29570
TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.raw_ops.MaxPoolGradWithArgmax` can cause reads outside of bounds of heap allocated data if attacker supplies specially crafted inputs. The implementation(http... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: May. 14, 2021
- Modified: Nov. 21, 2024
-
7.1
HIGHCVE-2021-29569
TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.raw_ops.MaxPoolGradWithArgmax` can cause reads outside of bounds of heap allocated data if attacker supplies specially crafted inputs. The implementation(http... Read more
Affected Products : tensorflow- EPSS Score: %0.02
- Published: May. 14, 2021
- Modified: Nov. 21, 2024
-
7.8
HIGHCVE-2021-29568
TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger undefined behavior by binding to null pointer in `tf.raw_ops.ParameterizedTruncatedNormal`. This is because the implementation(https://github.com/tensorflow/ten... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: May. 14, 2021
- Modified: Nov. 21, 2024