Lucene search

K
GoogleTensorflow2.3.0

8 matches found

CVE
CVE
added 2020/09/25 7:15 p.m.152 views

CVE-2020-15191

In Tensorflow before versions 2.2.1 and 2.3.1, if a user passes an invalid argument to dlpack.to_dlpack the expected validations will cause variables to bind to nullptr while setting a status variable to the error condition. However, this status argument is not properly checked. Hence, code followi...

5.3CVSS5.4AI score0.00246EPSS
CVE
CVE
added 2020/09/25 7:15 p.m.146 views

CVE-2020-15192

In Tensorflow before versions 2.2.1 and 2.3.1, if a user passes a list of strings to dlpack.to_dlpack there is a memory leak following an expected validation failure. The issue occurs because the status argument during validation failures is not properly checked. Since each of the above methods can...

4.3CVSS4.5AI score0.00226EPSS
CVE
CVE
added 2020/09/25 7:15 p.m.136 views

CVE-2020-15193

In Tensorflow before versions 2.2.1 and 2.3.1, the implementation of dlpack.to_dlpack can be made to use uninitialized memory resulting in further memory corruption. This is because the pybind11 glue code assumes that the argument is a tensor. However, there is nothing stopping users from passing i...

7.1CVSS6.8AI score0.00215EPSS
CVE
CVE
added 2020/09/25 7:15 p.m.73 views

CVE-2020-15200

In Tensorflow before version 2.3.1, the RaggedCountSparseOutput implementation does not validate that the input arguments form a valid ragged tensor. In particular, there is no validation that the values in the splits tensor generate a valid partitioning of the values tensor. Thus, the code sets up...

5.9CVSS6AI score0.00276EPSS
CVE
CVE
added 2020/09/25 7:15 p.m.68 views

CVE-2020-15199

In Tensorflow before version 2.3.1, the RaggedCountSparseOutput does not validate that the input arguments form a valid ragged tensor. In particular, there is no validation that the splits tensor has the minimum required number of elements. Code uses this quantity to initialize a different data str...

5.9CVSS5.8AI score0.00239EPSS
CVE
CVE
added 2020/09/25 7:15 p.m.64 views

CVE-2020-15201

In Tensorflow before version 2.3.1, the RaggedCountSparseOutput implementation does not validate that the input arguments form a valid ragged tensor. In particular, there is no validation that the values in the splits tensor generate a valid partitioning of the values tensor. Hence, the code is pro...

6.8CVSS5.3AI score0.00195EPSS
CVE
CVE
added 2020/09/25 7:15 p.m.63 views

CVE-2020-15196

In Tensorflow version 2.3.0, the SparseCountSparseOutput and RaggedCountSparseOutput implementations don't validate that the weights tensor has the same shape as the data. The check exists for DenseCountSparseOutput, where both tensors are fully specified. In the sparse and ragged count weights are...

9.9CVSS9.1AI score0.00302EPSS
CVE
CVE
added 2020/09/25 7:15 p.m.63 views

CVE-2020-15197

In Tensorflow before version 2.3.1, the SparseCountSparseOutput implementation does not validate that the input arguments form a valid sparse tensor. In particular, there is no validation that the indices tensor has rank 2. This tensor must be a matrix because code assumes its elements are accessed...

6.3CVSS6.3AI score0.0022EPSS