Lucene search
K

591 matches found

Prion
Prion
added 2022/09/16 8:15 p.m.11 views

Stack overflow

TensorFlow is an open source platform for machine learning. The implementation of AvgPool3DGradOp does not fully validate the input originputshape. 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...

5CVSS7.6AI score0.00064EPSS
Exploits0References2Affected Software1
Prion
Prion
added 2022/09/16 8:15 p.m.11 views

Out-of-bounds

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 or a crash is triggered. This issue has been...

6.4CVSS9.1AI score0.00126EPSS
Exploits0References3Affected Software1
Prion
Prion
added 2022/09/16 8:15 p.m.13 views

Stack overflow

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 input0, input1, and input2 to be scalar. This issue has been patched in GitHub commit...

5CVSS7.4AI score0.00093EPSS
Exploits0References2Affected Software1
Prion
Prion
added 2022/09/16 8:15 p.m.18 views

Stack overflow

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...

5CVSS7.4AI score0.00041EPSS
Exploits0References2Affected Software1
Prion
Prion
added 2022/09/16 8:15 p.m.11 views

Out-of-bounds

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...

6.4CVSS9.2AI score0.00126EPSS
Exploits0References3Affected Software1
Prion
Prion
added 2022/09/16 8:15 p.m.13 views

Stack overflow

TensorFlow is an open source platform for machine learning. In core/kernels/listkernels.cc's TensorListReserve, numelements is assumed to be a tensor of size 1. When a numelements of more than 1 element is provided, then tf.rawops.TensorListReserve fails the CHECKEQ in...

5CVSS7.6AI score0.00208EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2022/09/16 8:0 p.m.20 views

CVE-2022-35960 `CHECK` failure in `TensorListReserve` in TensorFlow

TensorFlow is an open source platform for machine learning. In core/kernels/listkernels.cc's TensorListReserve, numelements is assumed to be a tensor of size 1. When a numelements of more than 1 element is provided, then tf.rawops.TensorListReserve fails the CHECKEQ in...

5.9CVSS7.7AI score0.00208EPSS
Exploits0References5
Cvelist
Cvelist
added 2022/09/16 7:50 p.m.19 views

CVE-2022-35952 `CHECK` failures in `UnbatchGradOp` in TensorFlow

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 batchindex to contain three times the number of elements as...

5.9CVSS7.7AI score0.00219EPSS
Exploits0References3
Cvelist
Cvelist
added 2022/09/16 7:45 p.m.15 views

CVE-2022-35940 Int overflow in `RaggedRangeOp` in Tensoflow

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...

5.9CVSS7.8AI score0.00191EPSS
Exploits0References3
Cvelist
Cvelist
added 2022/09/16 7:45 p.m.23 views

CVE-2022-35941 `CHECK` failure in `AvgPoolOp` in Tensorflow

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...

5.9CVSS7.7AI score0.00191EPSS
Exploits0References3
Cvelist
Cvelist
added 2022/09/16 7:40 p.m.19 views

CVE-2022-35937 OOB read in `Gather_nd` op in TensorFlow Lite

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...

7CVSS9.4AI score0.00126EPSS
Exploits0References3
Cvelist
Cvelist
added 2022/09/16 7:40 p.m.17 views

CVE-2022-35939 Out of bounds write in `scatter_nd` op in TensorFlow Lite

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...

7CVSS9.8AI score0.00231EPSS
Exploits0References3
Cvelist
Cvelist
added 2022/09/16 7:35 p.m.12 views

CVE-2022-35938 OOB read in `Gather_nd` op in TensorFlow Lite Micro

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 or a crash is triggered. This issue has been...

7CVSS9.4AI score0.00126EPSS
Exploits0References3
OSV
OSV
added 2022/09/16 7:30 p.m.22 views

CVE-2022-35934 `CHECK` failure in tf.reshape in Tensorflow

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...

5.9CVSS7.5AI score0.00041EPSS
Exploits0References4
Cvelist
Cvelist
added 2022/09/16 7:30 p.m.15 views

CVE-2022-35934 `CHECK` failure in tf.reshape in Tensorflow

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...

5.9CVSS7.6AI score0.00041EPSS
Exploits0References2
Github Security Blog
Github Security Blog
added 2022/09/16 7:25 p.m.26 views

TensorFlow vulnerable to `CHECK` fail in `tf.sparse.cross`

Impact 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. python import tensorflow as tf tf.sparse.crossinputs=,name='a',separator=tf.constant'a', 'b',dtype=tf.string Patches We have patched the issue ...

7.5CVSS7.4AI score0.00047EPSS
Exploits0References5Affected Software3
Github Security Blog
Github Security Blog
added 2022/09/16 7:24 p.m.25 views

TensorFlow vulnerable to `CHECK` fail in `Conv2DBackpropInput`

Impact When Conv2DBackpropInput receives empty outbackprop 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. python import tensorflow as tf import numpy as np inputsizes = 3, 1, 1, 2 filter =...

7.5CVSS7.4AI score0.00064EPSS
Exploits0References5Affected Software3
OpenVAS
OpenVAS
added 2022/05/26 12:0 a.m.11 views

Opencast < 10.14, 11.x < 11.7 Improper Authentication Vulnerability

Opencast is prone to a improper authentication vulnerability. Copyright C 2022 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software;...

5.5CVSS5.6AI score0.00146EPSS
Exploits0References2
Github Security Blog
Github Security Blog
added 2022/05/25 7:33 p.m.26 views

`CHECK` failure in depthwise ops via overflows

Impact The implementation of depthwise ops in TensorFlow is vulnerable to a denial of service via CHECK-failure assertion failure caused by overflowing the number of elements in a tensor: python import tensorflow as tf input = tf.constant1, shape=1, 4, 4, 3, dtype=tf.float32 filtersizes =...

5.5CVSS2.8AI score0.00022EPSS
Exploits1References4Affected Software3
Github Security Blog
Github Security Blog
added 2022/05/24 10:15 p.m.30 views

Heap buffer overflow due to incorrect hash function in TensorFlow

Impact The TensorKey hash function used total estimated AllocatedBytes, which a is an estimate per tensor, and b is a very poor hash function for constants e.g. int32t. It also tried to access individual tensor bytes through tensor.data of size AllocatedBytes. This led to ASAN failures because th...

5.5CVSS5.8AI score0.00049EPSS
Exploits0References7Affected Software3
Rows per page
Query Builder