Lucene search
+L

1091 matches found

OSV
OSV
added 2021/11/05 9:15 p.m.20 views

PYSEC-2021-411

TensorFlow is an open source platform for machine learning. In affected versions the code for sparse matrix multiplication is vulnerable to undefined behavior via binding a reference to nullptr. This occurs whenever the dimensions of a or b are 0 or less. In the case on one of these is 0, an empt...

7.8CVSS7.1AI score0.00211EPSS
SaveExploits1References2
OSV
OSV
added 2021/11/05 9:15 p.m.21 views

PYSEC-2021-416

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SparseFillEmptyRows can be made to trigger a heap OOB access. This occurs whenever the size of indices does not match the size of values. The fix will be included in TensorFlow 2.7.0. We will al...

7.1CVSS5.9AI score0.00208EPSS
SaveExploits1References2
OSV
OSV
added 2021/11/05 9:15 p.m.23 views

PYSEC-2021-628

TensorFlow is an open source platform for machine learning. In affected versions the code for sparse matrix multiplication is vulnerable to undefined behavior via binding a reference to nullptr. This occurs whenever the dimensions of a or b are 0 or less. In the case on one of these is 0, an empt...

7.8CVSS2.2AI score0.00211EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2021/11/05 8:55 p.m.14 views

CVE-2021-41215

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for DeserializeSparse can trigger a null pointer dereference. This is because the shape inference function assumes that the serializesparse tensor is a tensor with positive rank and having 3 ...

5.5CVSS7.2AI score0.00187EPSS
SaveExploits1
CVE
CVE
added 2021/11/05 8:50 p.m.102 views

CVE-2021-41219

TensorFlow SparseMatMul contains undefined behavior by binding a reference to nullptr when either input dimension is 0 or less, risking heap OOB writes. The issue affects TensorFlow releases prior to the fix and is documented across multiple advisories (OSV, GHSA) with specific commit e6cf28c7 an...

7.8CVSS7.5AI score0.00211EPSS
SaveExploits1References2Affected Software1
Debian CVE
Debian CVE
added 2021/11/05 8:50 p.m.11 views

CVE-2021-41219

TensorFlow is an open source platform for machine learning. In affected versions the code for sparse matrix multiplication is vulnerable to undefined behavior via binding a reference to nullptr. This occurs whenever the dimensions of a or b are 0 or less. In the case on one of these is 0, an empt...

7.8CVSS7.2AI score0.00211EPSS
SaveExploits1
Cvelist
Cvelist
added 2021/11/05 8:50 p.m.59 views

CVE-2021-41219 Undefined behavior via `nullptr` reference binding in sparse matrix multiplication

TensorFlow is an open source platform for machine learning. In affected versions the code for sparse matrix multiplication is vulnerable to undefined behavior via binding a reference to nullptr. This occurs whenever the dimensions of a or b are 0 or less. In the case on one of these is 0, an empt...

7.8CVSS7.8AI score0.00211EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2021/11/05 8:20 p.m.63 views

CVE-2021-41224

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SparseFillEmptyRows can be made to trigger a heap OOB access. This occurs whenever the size of indices does not match the size of values. The fix will be included in TensorFlow 2.7.0. We will al...

7.1CVSS6.9AI score0.00208EPSS
SaveExploits1
CNNVD
CNNVD
added 2021/11/05 12:00 a.m.12 views

Google TensorFlow 缓冲区错误漏洞

Google TensorFlow is an end-to-end open source platform for machine learning from Google, Inc. A buffer error vulnerability exists in Google TensorFlow, which stems from the code for sparse matrix multiplication being susceptible to undefined behavior by binding references to "nullptr" in the...

7.8CVSS7.6AI score0.00211EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2021/11/05 12:00 a.m.9 views

PT-2021-23199 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.7.0 TensorFlow versions 2.6.1 and earlier TensorFlow versions 2.5.2 and earlier TensorFlow versions 2.4.4 and earlier Description: The implementation of SparseBinCount is vulnerable to a heap out-of-bounds OOB...

7.1CVSS6.6AI score0.00208EPSS
SaveExploits1References13
Positive Technologies
Positive Technologies
added 2021/11/05 12:00 a.m.11 views

PT-2021-23188 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.7.0 TensorFlow versions 2.6.1 and earlier TensorFlow versions 2.5.2 and earlier TensorFlow versions 2.4.4 and earlier Description: The shape inference code for DeserializeSparse can trigger a null pointer...

5.5CVSS5.4AI score0.00187EPSS
SaveExploits1References13
CNNVD
CNNVD
added 2021/11/05 12:00 a.m.13 views

Google TensorFlow 缓冲区错误漏洞

Google TensorFlow, an end-to-end open source machine learning platform, suffers from a heap out-of-bounds access vulnerability in the SparseBinCount implementation in versions prior to TensorFlow 2.7.0. The vulnerability stems from missing validation between the elements of the values parameter a...

7.1CVSS5.6AI score0.00208EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2021/11/05 12:00 a.m.13 views

Google TensorFlow 代码问题漏洞

Google TensorFlow, an end-to-end open source machine learning platform, is vulnerable to a null pointer dereference in the shape inference code of DeserializeSparse in versions of TensorFlow prior to 2.7.0. The vulnerability stems from the shape inference function assuming that the serializespars...

5.5CVSS5.7AI score0.00187EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2021/08/25 2:44 p.m.61 views

Heap out of bounds access in sparse reduction operations

Impact The implementation of sparse reduction operations in TensorFlow can trigger accesses outside of bounds of heap allocated data: python import tensorflow as tf x = tf.SparseTensor indices=773, 773, 773, 773, 773, 773, values=1, 1, denseshape=337, 337, 337 tf.sparse.reducesumx, 1 The...

7.3CVSS7.3AI score0.00167EPSS
SaveExploits0References7Affected Software3
OSV
OSV
added 2021/08/25 2:44 p.m.12 views

GHSA-CGFM-62J4-V4RF Heap out of bounds access in sparse reduction operations

Impact The implementation of sparse reduction operations in TensorFlow can trigger accesses outside of bounds of heap allocated data: python import tensorflow as tf x = tf.SparseTensor indices=773, 773, 773, 773, 773, 773, values=1, 1, denseshape=337, 337, 337 tf.sparse.reducesumx, 1 The...

7.3CVSS5.8AI score0.00167EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2021/08/25 2:44 p.m.56 views

Integer division by 0 in sparse reshaping

Impact The implementation of tf.rawops.SparseReshape can be made to trigger an integral division by 0 exception: python import tensorflow as tf tf.rawops.SparseReshape inputindices = np.ones1,3, inputshape = np.array1,1,0, newshape = np.array1,0 The implementation calls the reshaping functor...

5.5CVSS6.1AI score0.00152EPSS
SaveExploits0References7Affected Software3
OSV
OSV
added 2021/08/25 2:44 p.m.24 views

GHSA-95XM-G58G-3P88 Integer division by 0 in sparse reshaping

Impact The implementation of tf.rawops.SparseReshape can be made to trigger an integral division by 0 exception: python import tensorflow as tf tf.rawops.SparseReshape inputindices = np.ones1,3, inputshape = np.array1,1,0, newshape = np.array1,0 The implementation calls the reshaping functor...

5.7CVSS6AI score0.00152EPSS
SaveExploits0References7
Veracode
Veracode
added 2021/08/16 6:59 a.m.22 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. Empty tensors are not validated which allows an attacker to cause an undefined behavior by binding a reference to null pointer in tf.rawops.SparseFillEmptyRows...

7.8CVSS4.6AI score0.00173EPSS
SaveExploits0References2Affected Software3
ATTACKERKB
ATTACKERKB
added 2021/08/12 10:15 p.m.4 views

CVE-2021-37676

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.rawops.SparseFillEmptyRows. The shape inference implementation does not validate that the input arguments are not empt...

7.8CVSS5.6AI score0.00173EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2021/08/12 10:15 p.m.13 views

PYSEC-2021-787

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.rawops.SparseFillEmptyRows. The shape inference implementation does not validate that the input arguments are not empt...

7.8CVSS6.9AI score0.00173EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder