Latest CVE Feed
-
7.8
HIGHCVE-2021-37658
TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in all operations of type `tf.raw_ops.MatrixSetDiagV*`. The [implementation](https... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
7.8
HIGHCVE-2021-37657
TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in all operations of type `tf.raw_ops.MatrixDiagV*`. The [implementation](https://... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
7.8
HIGHCVE-2021-37656
TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in `tf.raw_ops.RaggedTensorToSparse`. The [implementation](https://github.com/tens... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
7.3
HIGHCVE-2021-37655
TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can trigger a read from outside of bounds of heap allocated data by sending invalid arguments to `tf.raw_ops.ResourceScatterUpdate`. The [implementatio... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
7.3
HIGHCVE-2021-37654
TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can trigger a crash via a `CHECK`-fail in debug builds of TensorFlow using `tf.raw_ops.ResourceGather` or a read from outside the bounds of heap alloca... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-37653
TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can trigger a crash via a floating point exception in `tf.raw_ops.ResourceGather`. The [implementation](https://github.com/tensorflow/tensorflow/blob/f... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
7.8
HIGHCVE-2021-37652
TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation for `tf.raw_ops.BoostedTreesCreateEnsemble` can result in a use after free error if an attacker supplies specially crafted arguments. The [imple... Read more
Affected Products : tensorflow- EPSS Score: %0.04
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
7.8
HIGHCVE-2021-37651
TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation for `tf.raw_ops.FractionalAvgPoolGrad` can be tricked into accessing data outside of bounds of heap allocated buffers. The [implementation](http... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
7.8
HIGHCVE-2021-37650
TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation for `tf.raw_ops.ExperimentalDatasetToTFRecord` and `tf.raw_ops.DatasetToTFRecord` can trigger heap buffer overflow and segmentation fault. The [... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
7.7
HIGHCVE-2021-37649
TensorFlow is an end-to-end open source platform for machine learning. The code for `tf.raw_ops.UncompressElement` can be made to trigger a null pointer dereference. The [implementation](https://github.com/tensorflow/tensorflow/blob/f24faa153ad31a4b51578f... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
7.8
HIGHCVE-2021-37648
TensorFlow is an end-to-end open source platform for machine learning. In affected versions the code for `tf.raw_ops.SaveV2` does not properly validate the inputs and an attacker can trigger a null pointer dereference. The [implementation](https://github.... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
7.7
HIGHCVE-2021-37647
TensorFlow is an end-to-end open source platform for machine learning. When a user does not supply arguments that determine a valid sparse tensor, `tf.raw_ops.SparseTensorSliceDataset` implementation can be made to dereference a null pointer. The [impleme... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-37646
TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of `tf.raw_ops.StringNGrams` is vulnerable to an integer overflow issue caused by converting a signed integer value to an unsigned one and then ... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-37645
TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of `tf.raw_ops.QuantizeAndDequantizeV4Grad` is vulnerable to an integer overflow issue caused by converting a signed integer value to an unsigne... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-37644
TensorFlow is an end-to-end open source platform for machine learning. In affected versions providing a negative element to `num_elements` list argument of `tf.raw_ops.TensorListReserve` causes the runtime to abort the process due to reallocating a `std::... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
7.7
HIGHCVE-2021-37643
TensorFlow is an end-to-end open source platform for machine learning. If a user does not provide a valid padding value to `tf.raw_ops.MatrixDiagPartOp`, then the code triggers a null pointer dereference (if input is empty) or produces invalid behavior, i... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-37642
TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of `tf.raw_ops.ResourceScatterDiv` is vulnerable to a division by 0 error. The [implementation](https://github.com/tensorflow/tensorflow/blob/8d... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
7.3
HIGHCVE-2021-37641
TensorFlow is an end-to-end open source platform for machine learning. In affected versions if the arguments to `tf.raw_ops.RaggedGather` don't determine a valid ragged tensor code can trigger a read from outside of bounds of heap allocated buffers. The [... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-37640
TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of `tf.raw_ops.SparseReshape` can be made to trigger an integral division by 0 exception. The [implementation](https://github.com/tensorflow/ten... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
8.4
HIGHCVE-2021-37639
TensorFlow is an end-to-end open source platform for machine learning. When restoring tensors via raw APIs, if the tensor name is not provided, TensorFlow can be tricked into dereferencing a null pointer. Alternatively, attackers can read memory outside t... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024