Lucene search

K
TensorflowTensorflow

144 matches found

CVE
CVE
added 2022/05/20 10:16 p.m.727 views

CVE-2022-29207

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, multiple TensorFlow operations misbehave in eager mode when the resource handle provided to them is invalid. In graph mode, it would have been impossible to perform these API calls, but mig...

5.5CVSS5.6AI score0.00045EPSS
CVE
CVE
added 2022/05/20 10:16 p.m.599 views

CVE-2022-29200

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.raw_ops.LSTMBlockCell does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack. The code...

5.5CVSS5.6AI score0.00044EPSS
CVE
CVE
added 2022/11/18 10:15 p.m.141 views

CVE-2022-41900

TensorFlow is an open source platform for machine learning. The security vulnerability results in FractionalMax(AVG)Pool with illegal pooling_ratio. Attackers using Tensorflow can exploit the vulnerability. They can access heap memory which is not in the control of user, leading to a crash or remot...

9.8CVSS8.6AI score0.01153EPSS
CVE
CVE
added 2022/12/06 10:15 p.m.134 views

CVE-2022-41910

TensorFlow is an open source platform for machine learning. The function MakeGrapplerFunctionItem 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 or a crash is triggered. We have ...

9.1CVSS6.8AI score0.00159EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.133 views

CVE-2022-23570

Tensorflow is an Open Source Machine Learning Framework. When decoding a tensor from protobuf, TensorFlow might do a null-dereference if attributes of some mutable arguments to some operations are missing from the proto. This is guarded by a DCHECK. However, DCHECK is a no-op in production builds a...

6.5CVSS6.6AI score0.00483EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.127 views

CVE-2022-23560

Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would allow limited reads and writes outside of arrays in TFLite. This exploits missing validation in the conversion from sparse tensors to dense tensors. The fix is included in TensorFlow 2.8.0. We w...

8.8CVSS8.6AI score0.00281EPSS
CVE
CVE
added 2022/05/20 10:16 p.m.125 views

CVE-2022-29193

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.raw_ops.TensorSummaryV2 does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack. Versio...

5.5CVSS5.4AI score0.00043EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.121 views

CVE-2022-23571

Tensorflow is an Open Source Machine Learning Framework. When decoding a tensor from protobuf, a TensorFlow process can encounter cases where a CHECK assertion is invalidated based on user controlled arguments, if the tensors have an invalid dtype and 0 elements or an invalid shape. This allows att...

6.5CVSS6.5AI score0.00112EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.112 views

CVE-2022-23572

Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, TensorFlow can fail to specialize a type during shape inference. This case is covered by the DCHECK function however, DCHECK is a no-op in production builds and an assertion failure in debug builds. In the first case ...

6.5CVSS6.6AI score0.00481EPSS
CVE
CVE
added 2022/05/20 11:15 p.m.112 views

CVE-2022-29202

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.ragged.constant does not fully validate the input arguments. This results in a denial of service by consuming all available memory. Versions 2.9.0, 2.8.1, 2.7.2, an...

5.5CVSS5.5AI score0.00051EPSS
CVE
CVE
added 2022/05/21 12:15 a.m.111 views

CVE-2022-29213

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the tf.compat.v1.signal.rfft2d and tf.compat.v1.signal.rfft3d lack input validation and under certain condition can result in crashes (due to CHECK-failures). Versions 2.9.0, 2.8.1, 2.7.2, ...

5.5CVSS5.5AI score0.00118EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.110 views

CVE-2022-23557

Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would trigger a division by zero in BiasAndClamp implementation. There is no check that the bias_size is non zero. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on ...

6.5CVSS6.6AI score0.00208EPSS
CVE
CVE
added 2022/05/20 11:15 p.m.108 views

CVE-2022-29201

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.raw_ops.QuantizedConv2D does not fully validate the input arguments. In this case, references get bound to nullptr for each argument that is empty. Versions 2.9.0, ...

5.5CVSS5.5AI score0.00044EPSS
CVE
CVE
added 2022/05/21 12:15 a.m.108 views

CVE-2022-29216

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, TensorFlow's saved_model_cli tool is vulnerable to a code injection. This can be used to open a reverse shell. This code path was maintained for compatibility reasons as the maintainers had...

7.8CVSS7.8AI score0.00147EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.107 views

CVE-2022-23587

Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, Grappler component of TensorFlow is vulnerable to an integer overflow during cost estimation for crop and resize. Since the cropping parameters are user controlled, a malicious person can trigger undefined behavior. T...

9.8CVSS9.2AI score0.0028EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.106 views

CVE-2022-23558

Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause an integer overflow in TfLiteIntArrayCreate. The TfLiteIntArrayGetSizeInBytes returns an int instead of a size_t. An attacker can control model inputs such that computed_sizeoverflows the ...

8.8CVSS8.2AI score0.0037EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.106 views

CVE-2022-23591

Tensorflow is an Open Source Machine Learning Framework. The GraphDef format in TensorFlow does not allow self recursive functions. The runtime assumes that this invariant is satisfied. However, a GraphDef containing a fragment such as the following can be consumed when loading a SavedModel. This w...

7.5CVSS7.7AI score0.00318EPSS
CVE
CVE
added 2022/05/21 12:15 a.m.106 views

CVE-2022-29209

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the macros that TensorFlow uses for writing assertions (e.g., CHECK_LT, CHECK_GT, etc.) have an incorrect logic when comparing size_t and int values. Due to type conversion rules, several o...

5.5CVSS5.5AI score0.00078EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.105 views

CVE-2022-23583

Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a denial of service by altering a SavedModel such that any binary op would trigger CHECK failures. This occurs when the protobuf part corresponding to the tensor arguments is modified such that the dtype no longer m...

6.5CVSS6.4AI score0.00208EPSS
CVE
CVE
added 2022/05/20 10:16 p.m.105 views

CVE-2022-29199

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.raw_ops.LoadAndRemapMatrix does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack. The...

5.5CVSS5.5AI score0.00044EPSS
CVE
CVE
added 2022/05/20 10:16 p.m.104 views

CVE-2022-29197

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.raw_ops.UnsortedSegmentJoin does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack. Th...

5.5CVSS5.5AI score0.00044EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.103 views

CVE-2022-23576

Tensorflow is an Open Source Machine Learning Framework. The implementation of OpLevelCostEstimator::CalculateOutputSize is vulnerable to an integer overflow if an attacker can create an operation which would involve tensors with large enough number of elements. We can have a large enough number of...

6.5CVSS6.7AI score0.00208EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.102 views

CVE-2022-23586

Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a denial of service by altering a SavedModel such that assertions in function.cc would be falsified and crash the Python interpreter. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit...

6.5CVSS6.4AI score0.00288EPSS
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/02/04 11:15 p.m.101 views

CVE-2022-23577

Tensorflow is an Open Source Machine Learning Framework. The implementation of GetInitOp is vulnerable to a crash caused by dereferencing a null pointer. 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 TensorFlow 2.5.3, as...

6.5CVSS6.5AI score0.00209EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.100 views

CVE-2022-23559

Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause an integer overflow in embedding lookup operations. Both embedding_size and lookup_size are products of values provided by the user. Hence, a malicious user could trigger overflows in the ...

8.8CVSS8.7AI score0.0049EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.98 views

CVE-2022-23579

Tensorflow is an Open Source Machine Learning Framework. The Grappler optimizer in TensorFlow can be used to cause a denial of service by altering a SavedModel such that SafeToRemoveIdentity would trigger CHECK failures. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this com...

6.5CVSS6.4AI score0.0022EPSS
CVE
CVE
added 2022/05/20 9:15 p.m.98 views

CVE-2022-29191

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.raw_ops.GetSessionTensor does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack. Versi...

5.5CVSS5.4AI score0.00113EPSS
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/11/18 10:15 p.m.97 views

CVE-2022-41909

TensorFlow is an open source platform for machine learning. An input encoded that is not a valid CompositeTensorVariant tensor will trigger a segfault in tf.raw_ops.CompositeTensorVariantToComponents. We have patched the issue in GitHub commits bf594d08d377dc6a3354d9fdb494b32d45f91971 and 660ce5a89...

7.5CVSS6.2AI score0.00307EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.96 views

CVE-2022-23592

Tensorflow is an Open Source Machine Learning Framework. TensorFlow's type inference can cause a heap out of bounds read as the bounds checking is done in a DCHECK (which is a no-op during production). An attacker can control the input_idx variable such that ix would be larger than the number of va...

8.1CVSS7.8AI score0.003EPSS
CVE
CVE
added 2022/05/20 11:15 p.m.96 views

CVE-2022-29204

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.raw_ops.UnsortedSegmentJoin does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack. Th...

5.5CVSS5.5AI score0.00049EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.95 views

CVE-2022-23565

Tensorflow is an Open Source Machine Learning Framework. An attacker can trigger denial of service via assertion failure by altering a SavedModel on disk such that AttrDefs of some operation are duplicated. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorF...

6.5CVSS6.5AI score0.00112EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.94 views

CVE-2022-23561

Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause a write outside of bounds of an array in TFLite. In fact, the attacker can override the linked list used by the memory allocator. This can be leveraged for an arbitrary write primitive und...

8.8CVSS8.7AI score0.00166EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.94 views

CVE-2022-23574

Tensorflow is an Open Source Machine Learning Framework. There is a typo in TensorFlow's SpecializeType which results in heap OOB read/write. Due to a typo, arg is initialized to the ith mutable argument in a loop where the loop index is j. Hence it is possible to assign to arg from outside the vec...

8.8CVSS8.6AI score0.00281EPSS
CVE
CVE
added 2022/05/20 11:15 p.m.94 views

CVE-2022-29203

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.raw_ops.SpaceToBatchND (in all backends such as XLA and handwritten kernels) is vulnerable to an integer overflow: The result of this integer overflow is used to al...

5.5CVSS5.5AI score0.00045EPSS
CVE
CVE
added 2022/05/20 9:15 p.m.93 views

CVE-2022-29192

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.raw_ops.QuantizeAndDequantizeV4Grad does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service at...

5.5CVSS5.4AI score0.00072EPSS
CVE
CVE
added 2022/05/21 12:15 a.m.93 views

CVE-2022-29211

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.histogram_fixed_width is vulnerable to a crash when the values array contain Not a Number (NaN) elements. The implementation assumes that all floating point operati...

5.5CVSS5.5AI score0.0008EPSS
CVE
CVE
added 2022/05/20 11:15 p.m.92 views

CVE-2022-29205

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, there is a potential for segfault / denial of service in TensorFlow by calling tf.compat.v1.* ops which don't yet have support for quantized types, which was added after migration to Tensor...

5.5CVSS5.4AI score0.0005EPSS
CVE
CVE
added 2022/05/20 11:15 p.m.92 views

CVE-2022-29208

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.raw_ops.EditDistance has incomplete validation. Users can pass negative values to cause a segmentation fault based denial of service. In multiple places throughout ...

7.1CVSS6.8AI score0.00116EPSS
CVE
CVE
added 2022/11/18 10:15 p.m.90 views

CVE-2022-41898

TensorFlow is an open source platform for machine learning. If SparseFillEmptyRowsGrad is given empty inputs, TensorFlow will crash. We have patched the issue in GitHub commit af4a6a3c8b95022c351edae94560acc61253a1b8. The fix will be included in TensorFlow 2.11. We will also cherrypick this commit ...

7.5CVSS6.2AI score0.00108EPSS
CVE
CVE
added 2022/05/20 9:15 p.m.89 views

CVE-2022-29194

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.raw_ops.DeleteSessionTensor does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack. Ve...

5.5CVSS5.4AI score0.00072EPSS
CVE
CVE
added 2022/05/20 10:16 p.m.89 views

CVE-2022-29195

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.raw_ops.StagePeek does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack. The code ass...

5.5CVSS5.5AI score0.00044EPSS
CVE
CVE
added 2022/05/20 11:15 p.m.89 views

CVE-2022-29206

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.raw_ops.SparseTensorDenseAdd does not fully validate the input arguments. In this case, a reference gets bound to a nullptr during kernel execution. This is undefin...

5.5CVSS5.5AI score0.00066EPSS
CVE
CVE
added 2022/12/06 10:15 p.m.89 views

CVE-2022-41902

TensorFlow is an open source platform for machine learning. The function MakeGrapplerFunctionItem 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 or a crash is triggered. We have ...

9.1CVSS7.9AI score0.00205EPSS
CVE
CVE
added 2022/02/04 11:15 p.m.88 views

CVE-2022-23563

Tensorflow is an Open Source Machine Learning Framework. In multiple places, TensorFlow uses tempfile.mktemp to create temporary files. While this is acceptable in testing, in utilities and libraries it is dangerous as a different process can create the file between the check for the filename in mk...

7.1CVSS6.4AI score0.00014EPSS
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/11/18 10:15 p.m.88 views

CVE-2022-41896

TensorFlow is an open source platform for machine learning. If ThreadUnsafeUnigramCandidateSampler is given input filterbank_channel_count greater than the allowed max size, TensorFlow will crash. We have patched the issue in GitHub commit 39ec7eaf1428e90c37787e5b3fbd68ebd3c48860. The fix will be i...

7.5CVSS6.2AI score0.00108EPSS
Total number of security vulnerabilities144