Lucene search

K
GoogleTensorflow2.10

59 matches found

CVE
CVE
added 2022/09/16 8:15 p.m.102 views

CVE-2022-35941

TensorFlow is an open source platform for machine learning. The AvgPoolOp function takes an argument ksize that must be positive but is not checked. A negative ksize can trigger a CHECK failure and crash the program. We have patched the issue in GitHub commit 3a6ac52664c6c095aa2b114e742b0aa17fdce78...

7.5CVSS6.3AI score0.00263EPSS
CVE
CVE
added 2022/09/16 10:15 p.m.98 views

CVE-2022-35986

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 denial of service attack. We have patched the issue in GitHub commit 7a4591fd4f065f4fa903593bc39b2f79530a74b8. The fix will be ...

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

CVE-2022-36015

TensorFlow is an open source platform for machine learning. When RangeSize receives values that do not fit into an int64_t, it crashes. We have patched the issue in GitHub commit 37e64539cd29fcfb814c4451152a60f5d107b0f0. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this co...

7.5CVSS6.5AI score0.00264EPSS
CVE
CVE
added 2022/09/16 8:15 p.m.88 views

CVE-2022-35959

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 overflow that results in a CHECK failure which can be used to trigger a denial of service attack. We have patched the issue in Git...

7.5CVSS6.5AI score0.00194EPSS
CVE
CVE
added 2022/09/16 10:15 p.m.88 views

CVE-2022-35979

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 segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit 49b3824d83af706df0a...

7.5CVSS6.4AI score0.00228EPSS
CVE
CVE
added 2022/09/16 8:15 p.m.87 views

CVE-2022-35935

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 issue has been patched in GitHub commit c65c67f88ad770662...

7.5CVSS6.3AI score0.00087EPSS
CVE
CVE
added 2022/09/16 11:15 p.m.86 views

CVE-2022-35999

TensorFlow is an open source platform for machine learning. When Conv2DBackpropInput receives empty out_backprop inputs (e.g. [3, 1, 0, 1]), the current CPU/GPU kernels CHECK fail (one with dnnl, the other with cudnn). This can be used to trigger a denial of service attack. We have patched the issu...

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

CVE-2022-36004

TensorFlow is an open source platform for machine learning. When tf.random.gamma receives large input shape and rates, it gives a CHECK fail that can trigger a denial of service attack. We have patched the issue in GitHub commit 552bfced6ce4809db5f3ca305f60ff80dd40c5a3. The fix will be included in ...

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

CVE-2022-36027

TensorFlow is an open source platform for machine learning. When converting transposed convolutions using per-channel weight quantization the converter segfaults and crashes the Python process. We have patched the issue in GitHub commit aa0b852a4588cea4d36b74feb05d93055540b450. The fix will be incl...

7.5CVSS6.5AI score0.00519EPSS
CVE
CVE
added 2022/09/16 8:15 p.m.82 views

CVE-2022-35963

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 in an overflow that results in a CHECK failure which can be used to trigger a denial of service attack. We have patched the...

7.5CVSS6.5AI score0.00194EPSS
CVE
CVE
added 2022/09/16 11:15 p.m.81 views

CVE-2022-35993

TensorFlow is an open source platform for machine learning. When SetSize receives an input set_shape that is not a 1D tensor, it gives a CHECK fails that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit cf70b79d2662c0d3c6af74583641e345fc939467. The fix w...

7.5CVSS6.4AI score0.00202EPSS
CVE
CVE
added 2022/09/16 10:15 p.m.81 views

CVE-2022-36018

TensorFlow is an open source platform for machine learning. If RaggedTensorToVariant is given a rt_nested_splits list that contains tensors of ranks other than one, it results in a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit 88f93dfe...

7.5CVSS6.4AI score0.00215EPSS
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/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 2022/09/16 11:15 p.m.76 views

CVE-2022-35992

TensorFlow is an open source platform for machine learning. When TensorListFromTensor receives an element_shape of a rank greater than one, it gives a CHECK fail that can trigger a denial of service attack. We have patched the issue in GitHub commit 3db59a042a38f4338aa207922fa2f476e000a6ee. The fix...

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

CVE-2022-36011

TensorFlow is an open source platform for machine learning. When mlir::tfg::ConvertGenericFunctionToFunctionDef is given empty function attributes, it gives a null dereference. We have patched the issue in GitHub commit 1cf45b831eeb0cab8655c9c7c5d06ec6f45fc41b. The fix will be included in TensorFlo...

7.5CVSS6.5AI score0.00235EPSS
CVE
CVE
added 2022/09/16 10:15 p.m.76 views

CVE-2022-36026

TensorFlow is an open source platform for machine learning. If QuantizeAndDequantizeV3 is given a nonscalar num_bits input tensor, it results in a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit f3f9cb38ecfe5a8a703f2c4a8fead434ef291713. ...

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

CVE-2022-35973

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 in GitHub commit aca766ac7693bf29ed0df55ad6bfcc78f35e7f48....

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

CVE-2022-35994

TensorFlow is an open source platform for machine learning. When CollectiveGather receives an scalar input input, it gives a CHECK fails that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit c1f491817dec39a26be3c574e86a88c30f3c4770. The fix will be inclu...

7.5CVSS6.4AI score0.00109EPSS
CVE
CVE
added 2022/09/16 8:15 p.m.74 views

CVE-2022-35939

TensorFlow is an open source platform for machine learning. The ScatterNd function takes an input argument that determines the indices of of the output tensor. An input index greater than the output tensor or less than zero will either write content at the wrong index or trigger a crash. We have pa...

9.8CVSS8.3AI score0.00202EPSS
CVE
CVE
added 2022/09/16 8:15 p.m.73 views

CVE-2022-35934

TensorFlow is an open source platform for machine learning. The implementation of tf.reshape op in TensorFlow is vulnerable to a denial of service via CHECK-failure (assertion failure) caused by overflowing the number of elements in a tensor. This issue has been patched in GitHub commit 61f0f9b94df...

7.5CVSS6.3AI score0.00105EPSS
CVE
CVE
added 2022/09/16 8:15 p.m.73 views

CVE-2022-35960

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_elements of more than 1 element is provided, then tf.raw_ops.TensorListReserve fails the CHECK_EQ in CheckIsAlignedAndSingleE...

7.5CVSS6.5AI score0.00278EPSS
CVE
CVE
added 2022/09/16 11:15 p.m.73 views

CVE-2022-35995

TensorFlow is an open source platform for machine learning. When AudioSummaryV2 receives an input sample_rate with more than one element, it gives a CHECK fails that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit bf6b45244992e2ee543c258e519489659c99fb7...

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

CVE-2022-36016

TensorFlow is an open source platform for machine learning. When tensorflow::full_type::SubstituteFromAttrs receives a FullTypeDef& t that is not exactly three args, it triggers a CHECK-fail instead of returning a status. We have patched the issue in GitHub commit 6104f0d4091c260ce9352f9155f7e9b725...

7.5CVSS6.5AI score0.00273EPSS
CVE
CVE
added 2022/09/16 9:15 p.m.72 views

CVE-2022-35971

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 in GitHub commit 785d67a78a1d533759fcd2f5e8d6ef778de849e...

7.5CVSS6.4AI score0.00194EPSS
CVE
CVE
added 2022/09/16 10:15 p.m.72 views

CVE-2022-35987

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 length-0. A different weights shape will trigger a CHECK fail that can be used to trigger a denial of service attack. We have p...

7.5CVSS6.4AI score0.00208EPSS
CVE
CVE
added 2022/09/16 10:15 p.m.72 views

CVE-2022-35990

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 than 1, it gives a CHECK fail that can trigger a denial of service attack. We have patched the issue in GitHub commit f3cf67ac57...

7.5CVSS6.5AI score0.00208EPSS
CVE
CVE
added 2022/09/16 11:15 p.m.72 views

CVE-2022-36003

TensorFlow is an open source platform for machine learning. When RandomPoissonV2 receives large input shape and rates, it gives a CHECK fail that can trigger a denial of service attack. We have patched the issue in GitHub commit 552bfced6ce4809db5f3ca305f60ff80dd40c5a3. The fix will be included in ...

7.5CVSS6.4AI score0.00202EPSS
CVE
CVE
added 2022/09/16 10:15 p.m.72 views

CVE-2022-36019

TensorFlow is an open source platform for machine learning. If FakeQuantWithMinMaxVarsPerChannel is given min or max tensors of a rank other than one, it results in a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit 785d67a78a1d533759fcd2...

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

CVE-2022-35998

TensorFlow is an open source platform for machine learning. If EmptyTensorList receives an input element_shape with more than one dimension, it gives a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit c8ba76d48567aed347508e0552a2576419310...

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

CVE-2022-36014

TensorFlow is an open source platform for machine learning. When mlir::tfg::TFOp::nameAttr receives null type list attributes, it crashes. We have patched the issue in GitHub commits 3a754740d5414e362512ee981eefba41561a63a6 and a0f0b9a21c9270930457095092f558fbad4c03e5. The fix will be included in T...

7.5CVSS6.5AI score0.00311EPSS
CVE
CVE
added 2022/09/16 11:15 p.m.70 views

CVE-2022-36013

TensorFlow is an open source platform for machine learning. When mlir::tfg::GraphDefImporter::ConvertNodeDef tries to convert NodeDefs without an op name, it crashes. We have patched the issue in GitHub commit a0f0b9a21c9270930457095092f558fbad4c03e5. The fix will be included in TensorFlow 2.10.0. ...

7.5CVSS6.5AI score0.00308EPSS
CVE
CVE
added 2022/09/16 8:15 p.m.69 views

CVE-2022-35937

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 read is triggered. This issue has been patched in GitH...

9.1CVSS8.1AI score0.00183EPSS
CVE
CVE
added 2022/09/16 11:15 p.m.69 views

CVE-2022-36002

TensorFlow is an open source platform for machine learning. When Unbatch receives a nonscalar input id, it gives a CHECK fail that can trigger a denial of service attack. We have patched the issue in GitHub commit 4419d10d576adefa36b0e0a9425d2569f7c0189f. The fix will be included in TensorFlow 2.10...

7.5CVSS6.4AI score0.00202EPSS
CVE
CVE
added 2022/09/16 10:15 p.m.68 views

CVE-2022-35985

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 trigger a denial of service attack. We have patched the issue in GitHub commit bd90b3efab4ec958b228cd7cfe9125be1c0cf255. The f...

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

CVE-2022-35952

TensorFlow is an open source platform for machine learning. The UnbatchGradOp function takes an argument id that is assumed to be a scalar. A nonscalar id can trigger a CHECK failure and crash the program. It also requires its argument batch_index to contain three times the number of elements as in...

7.5CVSS6.4AI score0.00327EPSS
CVE
CVE
added 2022/09/16 9:15 p.m.66 views

CVE-2022-35965

TensorFlow is an open source platform for machine learning. If LowerBound or UpperBound is given an emptysorted_inputs input, it results in a nullptr dereference, leading to a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit bce3717eaef4f76...

7.5CVSS6.4AI score0.00227EPSS
CVE
CVE
added 2022/09/16 10:15 p.m.66 views

CVE-2022-35988

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 trigger a denial of service attack. We have patched the issue in GitHub commit c55b476aa0e0bd4ee99d0f3ad18d9d706cd1260a. The fix wi...

7.5CVSS6.3AI score0.00267EPSS
CVE
CVE
added 2022/09/16 11:15 p.m.65 views

CVE-2022-36005

TensorFlow is an open source platform for machine learning. When tf.quantization.fake_quant_with_min_max_vars_gradient receives input min or max that is nonscalar, it gives a CHECK fail that can trigger a denial of service attack. We have patched the issue in GitHub commit f3cf67ac5705f4f04721d15e4...

7.5CVSS6.5AI score0.00229EPSS
CVE
CVE
added 2022/09/16 11:15 p.m.65 views

CVE-2022-36012

TensorFlow is an open source platform for machine learning. When mlir::tfg::ConvertGenericFunctionToFunctionDef is given empty function attributes, it crashes. We have patched the issue in GitHub commit ad069af92392efee1418c48ff561fd3070a03d7b. The fix will be included in TensorFlow 2.10.0. We will...

7.5CVSS6.5AI score0.00273EPSS
CVE
CVE
added 2022/09/16 10:15 p.m.64 views

CVE-2022-35983

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 to trigger a denial of service attack. We have patched the issue in GitHub commit 5dd7b86b84a864b834c6fa3d7f9f51c87efa99d4. The ...

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

CVE-2022-35996

TensorFlow is an open source platform for machine learning. If Conv2D is given empty input and the filter and padding sizes are valid, the output is all-zeros. This causes division-by-zero floating point exceptions that can be used to trigger a denial of service attack. We have patched the issue in...

7.5CVSS6.3AI score0.00202EPSS
CVE
CVE
added 2022/09/16 9:15 p.m.62 views

CVE-2022-35966

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 be used to trigger a denial of service attack. We have patched the issue in GitHub commit 7cdf9d4d2083b739ec81cfdace546b0c99f5...

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

CVE-2022-35970

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 in GitHub commit 785d67a78a1d533759fcd2f5e8d6ef778de849e...

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

CVE-2022-36000

TensorFlow is an open source platform for machine learning. When mlir::tfg::ConvertGenericFunctionToFunctionDef is given empty function attributes, it gives a null dereference. We have patched the issue in GitHub commit aed36912609fc07229b4d0a7b44f3f48efc00fd0. The fix will be included in TensorFlo...

7.5CVSS6.5AI score0.00235EPSS
CVE
CVE
added 2022/09/16 8:15 p.m.61 views

CVE-2022-35940

TensorFlow is an open source platform for machine learning. The RaggedRangOp function takes an argument limits that is eventually used to construct a TensorShape as an int64. If limits is a very large float, it can overflow when converted to an int64. This triggers an InvalidArgument but also throw...

7.5CVSS6.6AI score0.00254EPSS
CVE
CVE
added 2022/09/16 10:15 p.m.61 views

CVE-2022-35989

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

7.5CVSS6.2AI score0.00208EPSS
Total number of security vulnerabilities59