Lucene search
+L

9217 matches found

OSV
OSV
added 2021/05/21 2:21 p.m.85 views

GHSA-62GX-355R-9FHG Session operations in eager mode lead to null pointer dereferences

Impact In eager mode default in TF 2.0 and later, session operations are invalid. However, users could still call the raw ops associated with them and trigger a null pointer dereference: python import tensorflow as tf tf.rawops.GetSessionTensorhandle='\x12\x1a\x07',dtype=4 python import tensorflo...

2.5CVSS6.9AI score0.00201EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2021/05/21 2:21 p.m.39 views

Division by zero in `Conv3D`

Impact A malicious user could trigger a division by 0 in Conv3D implementation: python import tensorflow as tf inputtensor = tf.constant, shape=0, 0, 0, 0, 0, dtype=tf.float32 filtertensor = tf.constant, shape=0, 0, 0, 0, 0, dtype=tf.float32 tf.rawops.Conv3Dinput=inputtensor, filter=filtertensor,...

5.5CVSS1.1AI score0.00189EPSS
SaveExploits1References7Affected Software3
OSV
OSV
added 2021/05/21 2:20 p.m.37 views

GHSA-84MW-34W6-2Q43 Null pointer dereference via invalid Ragged Tensors

Impact Calling tf.rawops.RaggedTensorToVariant with arguments specifying an invalid ragged tensor results in a null pointer dereference: python import tensorflow as tf inputtensor = tf.constant, shape=0, 0, 0, 0, 0, dtype=tf.float32 filtertensor = tf.constant, shape=0, 0, 0, 0, 0, dtype=tf.float3...

2.5CVSS6AI score0.00198EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2021/05/21 2:20 p.m.37 views

Null pointer dereference via invalid Ragged Tensors

Impact Calling tf.rawops.RaggedTensorToVariant with arguments specifying an invalid ragged tensor results in a null pointer dereference: python import tensorflow as tf inputtensor = tf.constant, shape=0, 0, 0, 0, 0, dtype=tf.float32 filtertensor = tf.constant, shape=0, 0, 0, 0, 0, dtype=tf.float3...

5.5CVSS2AI score0.00198EPSS
SaveExploits1References7Affected Software3
Github Security Blog
Github Security Blog
added 2021/05/21 2:20 p.m.37 views

Reference binding to null pointer in `MatrixDiag*` ops

Impact The implementation of MatrixDiag operations does not validate that the tensor arguments are non-empty: cc numrows = context-input2.flat0; numcols = context-input3.flat0; paddingvalue = context-input4.flat0; Thus, users can trigger null pointer dereferences if any of the above tensors are...

7.8CVSS3.3AI score0.00201EPSS
SaveExploits1References7Affected Software3
OSV
OSV
added 2021/05/21 2:20 p.m.40 views

GHSA-HC6C-75P4-HMQ4 Reference binding to null pointer in `MatrixDiag*` ops

Impact The implementation of MatrixDiag operations does not validate that the tensor arguments are non-empty: cc numrows = context-input2.flat0; numcols = context-input3.flat0; paddingvalue = context-input4.flat0; Thus, users can trigger null pointer dereferences if any of the above tensors are...

2.5CVSS6.9AI score0.00201EPSS
SaveExploits1References7
OSV
OSV
added 2021/05/21 2:20 p.m.8 views

GHSA-8H46-5M9H-7553 Heap out of bounds write in `RaggedBinCount`

Impact If the splits argument of RaggedBincount does not specify a valid SparseTensor, then an attacker can trigger a heap buffer overflow: python import tensorflow as tf tf.rawops.RaggedBincountsplits=7,8, values= 5, 16, 51, 76, 29, 27, 54, 95,\ size= 59, weights= 0, 0, 0, 0, 0, 0, 0, 0,...

2.5CVSS6AI score0.00211EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2021/05/21 2:20 p.m.34 views

Heap out of bounds write in `RaggedBinCount`

Impact If the splits argument of RaggedBincount does not specify a valid SparseTensor, then an attacker can trigger a heap buffer overflow: python import tensorflow as tf tf.rawops.RaggedBincountsplits=7,8, values= 5, 16, 51, 76, 29, 27, 54, 95,\ size= 59, weights= 0, 0, 0, 0, 0, 0, 0, 0,...

7.8CVSS0.5AI score0.00211EPSS
SaveExploits1References7Affected Software3
Github Security Blog
Github Security Blog
added 2021/05/21 2:20 p.m.163 views

Type confusion during tensor casts lead to dereferencing null pointers

Impact Calling TF operations with tensors of non-numeric types when the operations expect numeric tensors result in null pointer dereferences. There are multiple ways to reproduce this, listing a few examples here: python import tensorflow as tf import numpy as np data =...

7.8CVSS1.2AI score0.00203EPSS
SaveExploits1References7Affected Software3
OSV
OSV
added 2021/05/21 2:20 p.m.42 views

GHSA-452G-F7FP-9JF7 Type confusion during tensor casts lead to dereferencing null pointers

Impact Calling TF operations with tensors of non-numeric types when the operations expect numeric tensors result in null pointer dereferences. There are multiple ways to reproduce this, listing a few examples here: python import tensorflow as tf import numpy as np data =...

2.5CVSS5.8AI score0.00203EPSS
SaveExploits1References7
OSV
OSV
added 2021/05/21 2:20 p.m.39 views

GHSA-4278-2V5V-65R4 Heap buffer overflow in `RaggedBinCount`

Impact If the splits argument of RaggedBincount does not specify a valid SparseTensor, then an attacker can trigger a heap buffer overflow: python import tensorflow as tf tf.rawops.RaggedBincountsplits=0, values=1,1,1,1,1, size=5, weights=1,2,3,4, binaryoutput=False This will cause a read from...

2.5CVSS6AI score0.00211EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2021/05/21 2:20 p.m.38 views

Heap buffer overflow in `RaggedBinCount`

Impact If the splits argument of RaggedBincount does not specify a valid SparseTensor, then an attacker can trigger a heap buffer overflow: python import tensorflow as tf tf.rawops.RaggedBincountsplits=0, values=1,1,1,1,1, size=5, weights=1,2,3,4, binaryoutput=False This will cause a read from...

7.8CVSS1.5AI score0.00211EPSS
SaveExploits1References7Affected Software3
CNVD
CNVD
added 2021/05/19 12:00 a.m.14 views

Google TensorFlow RaggedBinCount Denial of Service Vulnerability

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. A security vulnerability exists in Google TensorFlow RaggedBinCount. A local attacker could exploit this vulnerability to cause a denial of service...

7.8CVSS6.3AI score0.00203EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/05/19 12:00 a.m.17 views

Google TensorFlow Denial of Service Vulnerability (CNVD-2021-37609)

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. A security vulnerability exists in Google TensorFlow. A local attacker can exploit this vulnerability to cause a denial of service...

7.8CVSS6.3AI score0.00201EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/05/19 12:00 a.m.10 views

Google TensorFlow RaggedBinCount Denial of Service Vulnerability (CNVD-2021-37606)

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. A security vulnerability exists in Google TensorFlow RaggedBinCount, which is caused by a heap out-of-bounds write to "RaggedBinCount". An attacker could exploit this vulnerability to cause a...

7.8CVSS6.6AI score0.00211EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/05/19 12:00 a.m.11 views

Google TensorFlow Denial of Service Vulnerability (CNVD-2021-37608)

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. A security vulnerability exists in Google TensorFlow. An attacker can exploit this vulnerability to cause a denial of service situation...

5.5CVSS6.5AI score0.00189EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/05/19 12:00 a.m.26 views

Google TensorFlow tf.raw_ops.FractionalMaxPoolGraddenial Denial of Service Vulnerability

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. A security vulnerability exists in Google TensorFlow tf.rawops.FractionalMaxPoolGraddenial. A local attacker can exploit this vulnerability to cause a denial of service...

5.5CVSS6.3AI score0.00189EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/05/19 12:00 a.m.16 views

Google TensorFlow tf.raw_ops.RaggedTensorToVariant Denial of Service Vulnerability

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. A security vulnerability exists in Google TensorFlow tf.rawops.RaggedTensorToVariant. A local attacker can exploit this vulnerability to cause a denial of service...

5.5CVSS6.3AI score0.00198EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/05/18 12:00 a.m.17 views

Google TensorFlow SparseDenseCwiseMul Heap Out-of-Bounds Access Vulnerability

Google TensorFlow is an end-to-end open source machine learning platform. A heap out-of-bounds access vulnerability exists in Google TensorFlow SparseDenseCwiseMul. An attacker can exploit the vulnerability by passing an invalid parameter to "tf.raw\u ops.backpropinput" to write outside the...

7.8CVSS6.5AI score0.00201EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/05/18 12:00 a.m.53 views

Google TensorFlow QuantizeAndDequantizeV4Grad Denial of Service Vulnerability

Google TensorFlow is an end-to-end open source machine learning platform. A denial of service vulnerability exists in Google TensorFlow QuantizeAndDequantizeV4Grad. An attacker can exploit this vulnerability to cause a CHECK-failure denial of service...

5.5CVSS6.3AI score0.0031EPSS
SaveExploits1References1
Rows per page
Query Builder