Lucene search

K
GoogleTensorflow

430 matches found

CVE
CVE
added 2021/05/14 8:15 p.m.79 views

CVE-2021-29529

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a heap buffer overflow in tf.raw_ops.QuantizedResizeBilinear by manipulating input values so that float rounding results in off-by-one error in accessing image elements. This is because the implementation...

7.8CVSS5.9AI score0.00047EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.79 views

CVE-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/596c05a159b6fbb9e39ca10b3f7753b7244fa1e9/tensorflow/core/kernels/poolin...

7.8CVSS5.5AI score0.00018EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.79 views

CVE-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.com/tensorflow/tensorflow/blob/0908c2f2397c09933...

5.5CVSS4.9AI score0.00011EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.79 views

CVE-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/tensorflow/lite/kernels/space_to_depth.cc#L63-L67)....

7.8CVSS5.4AI score0.00017EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.79 views

CVE-2021-29605

TensorFlow is an end-to-end open source platform for machine learning. The TFLite code for allocating TFLiteIntArrays is vulnerable to an integer overflow issue(https://github.com/tensorflow/tensorflow/blob/4ceffae632721e52bf3501b736e4fe9d1221cdfa/tensorflow/lite/c/common.c#L24-L27). An attacker ca...

7.1CVSS5.8AI score0.0002EPSS
CVE
CVE
added 2021/08/12 9:15 p.m.79 views

CVE-2021-37635

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of sparse reduction operations in TensorFlow can trigger accesses outside of bounds of heap allocated data. The implementation fails to validate that each reduction group does not overflow...

7.3CVSS7.2AI score0.00014EPSS
CVE
CVE
added 2021/08/12 9:15 p.m.79 views

CVE-2021-37662

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can generate undefined behavior via a reference binding to nullptr in BoostedTreesCalculateBestGainsPerFeature and similar attack can occur in BoostedTreesCalculateBestFeatureSplitV2. The impleme...

7.8CVSS7.2AI score0.00037EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.79 views

CVE-2022-23593

Tensorflow is an Open Source Machine Learning Framework. The simplifyBroadcast function in the MLIR-TFRT infrastructure in TensorFlow is vulnerable to a segfault (hence, denial of service), if called with scalar shapes. If all shapes are scalar, then maxRank is 0, so we build an empty SmallVector. ...

7.5CVSS6.3AI score0.00293EPSS
CVE
CVE
added 2022/11/18 10:15 p.m.79 views

CVE-2022-41885

TensorFlow is an open source platform for machine learning. When tf.raw_ops.FusedResizeAndPadConv2D is given a large tensor shape, it overflows. We have patched the issue in GitHub commit d66e1d568275e6a2947de97dca7a102a211e01ce. The fix will be included in TensorFlow 2.11. We will also cherrypick ...

7.5CVSS6.2AI score0.00086EPSS
CVE
CVE
added 2022/11/18 10:15 p.m.79 views

CVE-2022-41901

TensorFlow is an open source platform for machine learning. An input sparse_matrix that is not a matrix with a shape with rank 0 will trigger a CHECK fail in tf.raw_ops.SparseMatrixNNZ. We have patched the issue in GitHub commit f856d02e5322821aad155dad9b3acab1e9f5d693. The fix will be included in ...

7.5CVSS6.2AI score0.00149EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.78 views

CVE-2021-29527

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a division by 0 in tf.raw_ops.QuantizedConv2D. This is because the implementation(https://github.com/tensorflow/tensorflow/blob/00e9a4d67d76703fa1aee33dac582acf317e0e81/tensorflow/core/kernels/quantized_c...

5.5CVSS4.7AI score0.00015EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.78 views

CVE-2021-29542

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow by passing crafted inputs to tf.raw_ops.StringNGrams. This is because the implementation(https://github.com/tensorflow/tensorflow/blob/1cdd4da14282210cc759e468d9781741ac7d01bf/tensorf...

5.5CVSS5AI score0.00016EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.78 views

CVE-2021-29547

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a segfault and denial of service via accessing data outside of bounds in tf.raw_ops.QuantizedBatchNormWithGlobalNormalization. This is because the implementation(https://github.com/tensorflow/tensorflow/blo...

5.5CVSS4.7AI score0.00015EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.78 views

CVE-2021-29566

TensorFlow is an end-to-end open source platform for machine learning. An attacker can write outside the bounds of heap allocated arrays by passing invalid arguments to tf.raw_ops.Dilation2DBackpropInput. This is because the implementation(https://github.com/tensorflow/tensorflow/blob/afd954e65f15a...

7.8CVSS5.4AI score0.00017EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.78 views

CVE-2021-29567

TensorFlow is an end-to-end open source platform for machine learning. Due to lack of validation in tf.raw_ops.SparseDenseCwiseMul, an attacker can trigger denial of service via CHECK-fails or accesses to outside the bounds of heap allocated data. Since the implementation(https://github.com/tensorf...

5.5CVSS4.9AI score0.00015EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.78 views

CVE-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/279bab6efa22752a2827621b7edb56a730233bd8/tensorflow/core/kernels/maxpoolin...

5.5CVSS4.7AI score0.00015EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.78 views

CVE-2021-29591

TensorFlow is an end-to-end open source platform for machine learning. TFlite graphs must not have loops between nodes. However, this condition was not checked and an attacker could craft models that would result in infinite loop during evaluation. In certain cases, the infinite loop would be repla...

7.8CVSS7.3AI score0.00056EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.78 views

CVE-2021-29598

TensorFlow is an end-to-end open source platform for machine learning. The implementation of the SVDF TFLite operator is vulnerable to a division by zero error(https://github.com/tensorflow/tensorflow/blob/7f283ff806b2031f407db64c4d3edcda8fb9f9f5/tensorflow/lite/kernels/svdf.cc#L99-L102). An attack...

7.8CVSS5.3AI score0.00017EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.78 views

CVE-2021-29617

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service via CHECK-fail in tf.strings.substr with invalid arguments. The fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, Tenso...

5.5CVSS4.8AI score0.0005EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.78 views

CVE-2021-29619

TensorFlow is an end-to-end open source platform for machine learning. Passing invalid arguments (e.g., discovered via fuzzing) to tf.raw_ops.SparseCountSparseOutput results in segfault. The fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlo...

5.5CVSS4.8AI score0.00015EPSS
CVE
CVE
added 2021/08/12 10:15 p.m.78 views

CVE-2021-37671

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.Map* and tf.raw_ops.OrderedMap* operations. The implementation has a check in place to ensure that indices is in...

7.8CVSS7.6AI score0.00013EPSS
CVE
CVE
added 2021/11/05 8:15 p.m.78 views

CVE-2021-41197

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow allows tensor to have a large number of dimensions and each dimension can be as large as desired. However, the total number of elements in a tensor must fit within an int64_t. If an overflow occurs, Multiply...

5.5CVSS4.8AI score0.00022EPSS
CVE
CVE
added 2021/11/05 10:15 p.m.78 views

CVE-2021-41218

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for AllToAll can be made to execute a division by 0. This occurs whenever the split_count argument is 0. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on Ten...

5.5CVSS5.7AI score0.00017EPSS
CVE
CVE
added 2021/11/05 11:15 p.m.78 views

CVE-2021-41228

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's saved_model_cli tool is vulnerable to a code injection as it calls eval on user supplied strings. This can be used by attackers to run arbitrary code on the plaform where the CLI tool runs. However, given ...

7.8CVSS7.6AI score0.00041EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.78 views

CVE-2022-23585

Tensorflow is an Open Source Machine Learning Framework. When decoding PNG images TensorFlow can produce a memory leak if the image is invalid. After calling png::CommonInitDecode(..., &decode), the decode value contains allocated buffers which can only be freed by calling png::CommonFreeDecode(&de...

6.5CVSS5.6AI score0.00622EPSS
CVE
CVE
added 2022/09/16 9:15 p.m.78 views

CVE-2022-35974

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 issue in GitHub commit 73ad1815ebcfeb7c051f9c2f7ab5024...

7.5CVSS6.4AI score0.00206EPSS
CVE
CVE
added 2022/09/16 11:15 p.m.78 views

CVE-2022-35997

TensorFlow is an open source platform for machine learning. If tf.sparse.cross receives an input separator that is not a scalar, it gives a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit 83dcb4dbfa094e33db084e97c4d0531a559e0ebf. The fix...

7.5CVSS6.4AI score0.00141EPSS
CVE
CVE
added 2022/09/16 11:15 p.m.78 views

CVE-2022-36017

TensorFlow is an open source platform for machine learning. If Requantize is given input_min, input_max, requested_output_min, requested_output_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 in GitHub commit ...

7.5CVSS6.4AI score0.00214EPSS
CVE
CVE
added 2022/11/18 10:15 p.m.78 views

CVE-2022-41897

TensorFlow is an open source platform for machine learning. If FractionMaxPoolGrad is given outsize inputs row_pooling_sequence and col_pooling_sequence, TensorFlow will crash. We have patched the issue in GitHub commit d71090c3e5ca325bdf4b02eb236cfb3ee823e927. The fix will be included in TensorFlo...

7.5CVSS6.2AI score0.00086EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.77 views

CVE-2021-29517

TensorFlow is an end-to-end open source platform for machine learning. A malicious user could trigger a division by 0 in Conv3D implementation. The implementation(https://github.com/tensorflow/tensorflow/blob/42033603003965bffac51ae171b51801565e002d/tensorflow/core/kernels/conv_ops_3d.cc#L143-L145)...

5.5CVSS4.7AI score0.00015EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.77 views

CVE-2021-29526

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a division by 0 in tf.raw_ops.Conv2D. This is because the implementation(https://github.com/tensorflow/tensorflow/blob/988087bd83f144af14087fe4fecee2d250d93737/tensorflow/core/kernels/conv_ops.cc#L261-L26...

5.5CVSS4.7AI score0.00015EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.77 views

CVE-2021-29558

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow in tf.raw_ops.SparseSplit. This is because the implementation(https://github.com/tensorflow/tensorflow/blob/699bff5d961f0abfde8fa3f876e6d241681fbef8/tensorflow/core/util/sparse/sparse...

7.8CVSS5.8AI score0.00018EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.77 views

CVE-2021-29559

TensorFlow is an end-to-end open source platform for machine learning. An attacker can access data outside of bounds of heap allocated array in tf.raw_ops.UnicodeEncode. This is because the implementation(https://github.com/tensorflow/tensorflow/blob/472c1f12ad9063405737679d4f6bd43094e1d36d/tensorf...

7.1CVSS5.2AI score0.00017EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.77 views

CVE-2021-29563

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service by exploiting a CHECK-failure coming from the implementation of tf.raw_ops.RFFT. Eigen code operating on an empty matrix can trigger on an assertion and will cause program termination. T...

5.5CVSS4.9AI score0.00015EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.77 views

CVE-2021-29604

TensorFlow is an end-to-end open source platform for machine learning. The TFLite implementation of hashtable lookup is vulnerable to a division by zero error(https://github.com/tensorflow/tensorflow/blob/1a8e885b864c818198a5b2c0cbbeca5a1e833bc8/tensorflow/lite/kernels/hashtable_lookup.cc#L114-L115...

5.5CVSS4.7AI score0.00015EPSS
CVE
CVE
added 2021/08/12 11:15 p.m.77 views

CVE-2021-37687

TensorFlow is an end-to-end open source platform for machine learning. In affected versions TFLite's GatherNd implementation does not support negative indices but there are no checks for this situation. Hence, an attacker can read arbitrary data from the heap by carefully crafting a model with nega...

5.5CVSS5.7AI score0.00044EPSS
CVE
CVE
added 2022/02/03 12:15 p.m.77 views

CVE-2022-21733

Tensorflow is an Open Source Machine Learning Framework. The implementation of StringNGrams can be used to trigger a denial of service attack by causing an out of memory condition after an integer overflow. We are missing a validation on pad_witdh and that result in computing a negative value for n...

6.5CVSS5.5AI score0.0022EPSS
CVE
CVE
added 2022/09/16 10:15 p.m.77 views

CVE-2022-35984

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 mismatched type CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit 72180be0344...

7.5CVSS6.4AI score0.00215EPSS
CVE
CVE
added 2022/09/16 11:15 p.m.77 views

CVE-2022-35991

TensorFlow is an open source platform for machine learning. When TensorListScatter and TensorListScatterV2 receive an element_shape of a rank greater than one, they give a CHECK fail that can trigger a denial of service attack. We have patched the issue in GitHub commit bb03fdf4aae944ab2e4b35c7daa0...

7.5CVSS6.4AI score0.00214EPSS
CVE
CVE
added 2020/09/25 7:15 p.m.76 views

CVE-2020-15214

In TensorFlow Lite before versions 2.2.1 and 2.3.1, models using segment sum can trigger a write out bounds / segmentation fault if the segment ids are not sorted. Code assumes that the segment ids are in increasing order, using the last element of the tensor holding them to determine the dimension...

8.1CVSS7.8AI score0.00261EPSS
CVE
CVE
added 2020/12/10 11:15 p.m.76 views

CVE-2020-26267

In affected versions of TensorFlow the tf.raw_ops.DataFormatVecPermute API does not validate the src_format and dst_format attributes. The code assumes that these two arguments define a permutation of NHWC. This can result in uninitialized memory accesses, read outside of bounds and even crashes. T...

7.8CVSS5.9AI score0.00044EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.76 views

CVE-2021-29515

TensorFlow is an end-to-end open source platform for machine learning. The implementation of MatrixDiag* operations(https://github.com/tensorflow/tensorflow/blob/4c4f420e68f1cfaf8f4b6e8e3eb857e9e4c3ff33/tensorflow/core/kernels/linalg/matrix_diag_op.cc#L195-L197) does not validate that the tensor ar...

7.8CVSS5.5AI score0.00017EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.76 views

CVE-2021-29525

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a division by 0 in tf.raw_ops.Conv2DBackpropInput. This is because the implementation(https://github.com/tensorflow/tensorflow/blob/b40060c9f697b044e3107917c797ba052f4506ab/tensorflow/core/kernels/conv_gr...

7.8CVSS5.3AI score0.00017EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.76 views

CVE-2021-29537

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow in QuantizedResizeBilinear by passing in invalid thresholds for the quantization. This is because the implementation(https://github.com/tensorflow/tensorflow/blob/50711818d2e61ccce012...

7.8CVSS5.8AI score0.00018EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.76 views

CVE-2021-29564

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a null pointer dereference in the implementation of tf.raw_ops.EditDistance. This is because the implementation(https://github.com/tensorflow/tensorflow/blob/79865b542f9ffdc9caeb255631f7c56f1d4b6517/tenso...

5.5CVSS4.8AI score0.00015EPSS
CVE
CVE
added 2021/05/14 8:15 p.m.76 views

CVE-2021-29612

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a heap buffer overflow in Eigen implementation of tf.raw_ops.BandedTriangularSolve. The implementation(https://github.com/tensorflow/tensorflow/blob/eccb7ec454e6617738554a255d77f08e60ee0808/tensorflow/cor...

7.8CVSS5.9AI score0.00125EPSS
CVE
CVE
added 2021/08/12 10:15 p.m.76 views

CVE-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 uses ValidateInputs to check that the input arguments are valid...

7.8CVSS7.6AI score0.00014EPSS
CVE
CVE
added 2021/08/12 10:15 p.m.76 views

CVE-2021-37666

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.RaggedTensorToVariant. The implementation has an incomplete validation of the splits values, missing the case wh...

7.8CVSS7.7AI score0.00013EPSS
CVE
CVE
added 2022/02/03 11:15 a.m.76 views

CVE-2022-21730

Tensorflow is an Open Source Machine Learning Framework. The implementation of FractionalAvgPoolGrad does not consider cases where the input tensors are invalid allowing an attacker to read from outside of bounds of heap. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this co...

8.1CVSS7.9AI score0.00281EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.76 views

CVE-2022-23580

Tensorflow is an Open Source Machine Learning Framework. During shape inference, TensorFlow can allocate a large vector based on a value from a tensor controlled by the user. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and...

6.5CVSS6.6AI score0.00285EPSS
Total number of security vulnerabilities430