Skip to main content

Vendor/product archive

google / tensorflow CVEs

Beta · best-effort

431 CVEs tagged to google / tensorflow7 Critical, 110 High, 215 Medium, 99 Low, 0 Unrated.

CVE-2022-35990

Published Sep 16, 2022

TensorFlow is an open source platform for machine learning. When `tf.quantization.fake_quant_with_min_max_vars_per_channel_gradient` receives input `min` or `max` of rank other th…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35989

Published Sep 16, 2022

TensorFlow is an open source platform for machine learning. When `MaxPool` receives a window size input array `ksize` with dimensions greater than its input tensor `input`, the GP…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35988

Published Sep 16, 2022

TensorFlow is an open source platform for machine learning. When `tf.linalg.matrix_rank` receives an empty input `a`, the GPU kernel gives a `CHECK` fail that can be used to trigg…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35987

Published Sep 16, 2022

TensorFlow is an open source platform for machine learning. `DenseBincount` assumes its input tensor `weights` to either have the same shape as its input tensor `input` or to be l…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35986

Published Sep 16, 2022

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 den…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35985

Published Sep 16, 2022

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…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35984

Published Sep 16, 2022

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 mismatc…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35983

Published Sep 16, 2022

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…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35982

Published Sep 16, 2022

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,…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35981

Published Sep 16, 2022

TensorFlow is an open source platform for machine learning. `FractionalMaxPoolGrad` validates its inputs with `CHECK` failures instead of with returning errors. If it gets incorre…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35979

Published Sep 16, 2022

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…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35974

Published Sep 16, 2022

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…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35973

Published Sep 16, 2022

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 b…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35972

Published Sep 16, 2022

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 i…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35971

Published Sep 16, 2022

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 b…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35970

Published Sep 16, 2022

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…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35969

Published Sep 16, 2022

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` f…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35968

Published Sep 16, 2022

TensorFlow is an open source platform for machine learning. The implementation of `AvgPoolGrad` does not fully validate the input `orig_input_shape`. This results in a `CHECK` fai…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35967

Published Sep 16, 2022

TensorFlow is an open source platform for machine learning. If `QuantizedAdd` is given `min_input` or `max_input` tensors of a nonzero rank, it results in a segfault that can be u…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35966

Published Sep 16, 2022

TensorFlow is an open source platform for machine learning. If `QuantizedAvgPool` is given `min_input` or `max_input` tensors of a nonzero rank, it results in a segfault that can…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35965

Published Sep 16, 2022

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…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35964

Published Sep 16, 2022

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 us…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35963

Published Sep 16, 2022

TensorFlow is an open source platform for machine learning. The implementation of `FractionalAvgPoolGrad` does not fully validate the input `orig_input_tensor_shape`. This results…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35960

Published Sep 16, 2022

TensorFlow is an open source platform for machine learning. In `core/kernels/list_kernels.cc's TensorListReserve`, `num_elements` is assumed to be a tensor of size 1. When a `num_…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-35959

Published Sep 16, 2022

TensorFlow is an open source platform for machine learning. The implementation of `AvgPool3DGradOp` does not fully validate the input `orig_input_shape`. This results in an overfl…

CVSS 5.9 · Medium
Vendor/product tagsBeta · best-effort
Showing 76-100 of 431 CVEsPage 4 of 18