Lucene search
K

26 matches found

EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2021-0258

Malware in sbrugna...

5.5CVSS5.3AI score0.00009EPSS
Exploits1References9
RedhatCVE
RedhatCVE
added 2025/05/22 7:36 p.m.3 views

CVE-2021-29517

TensorFlow is an end-to-end open source platform for machine learning. A malicious user could trigger a division by 0 in Conv3D implementation. The implementationhttps://github.com/tensorflow/tensorflow/blob/42033603003965bffac51ae171b51801565e002d/tensorflow/core/kernels/convops3d.ccL143-L145 do...

5.5CVSS6.7AI score0.00009EPSS
Exploits1References1
OSV
OSV
added 2024/03/06 11:20 a.m.17 views

BIT-TENSORFLOW-2021-29517 Division by zero in `Conv3D`

TensorFlow is an end-to-end open source platform for machine learning. A malicious user could trigger a division by 0 in Conv3D implementation. The implementationhttps://github.com/tensorflow/tensorflow/blob/42033603003965bffac51ae171b51801565e002d/tensorflow/core/kernels/convops3d.ccL143-L145 do...

5.5CVSS5.5AI score0.00009EPSS
Exploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:43 a.m.1 views

SUSE CVE-2021-29517

TensorFlow is an end-to-end open source platform for machine learning. A malicious user could trigger a division by 0 in Conv3D implementation. The implementationhttps://github.com/tensorflow/tensorflow/blob/42033603003965bffac51ae171b51801565e002d/tensorflow/core/kernels/convops3d.ccL143-L145 do...

5.5CVSS5.4AI score0.00009EPSS
Exploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:43 a.m.1 views

SUSE CVE-2021-29522

TensorFlow is an end-to-end open source platform for machine learning. The tf.rawops.Conv3DBackprop operations fail to validate that the input tensors are not empty. In turn, this would result in a division by 0. This is because the...

5.5CVSS5.4AI score0.00009EPSS
Exploits1References3
Snyk
Snyk
added 2022/11/20 9:8 a.m.1 views

Buffer Overflow

Overview Affected versions of this package are vulnerable to Buffer Overflow. The reference kernel of the CONV3DTRANSPOSE TensorFlow Lite operator wrongly increments the dataptr when adding the bias to the result. Instead of dataptr += numchannels; it should be dataptr += outputnumchannels; as if...

8.1CVSS8.2AI score0.00225EPSS
Exploits1References2
OSV
OSV
added 2022/05/24 10:12 p.m.3 views

GHSA-HX9Q-2MX4-M4PG Missing validation causes denial of service via `Conv3DBackpropFilterV2`

Impact The implementation of tf.rawops.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: python import tensorflow as tf tf.strings.unsortedsegmentjoin inputs='123', segmentids=0, numsegments=-1...

5.5CVSS5.8AI score0.00062EPSS
Exploits1References11
OSV
OSV
added 2022/05/24 10:7 p.m.1 views

GHSA-5V77-J66X-4C4G Missing validation causes denial of service via `Conv3DBackpropFilterV2`

Impact The implementation of tf.rawops.Conv3DBackpropFilterV2 does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf tf.rawops.Conv3DBackpropFilterV2 input=tf.constant.5053710941,...

5.5CVSS5.8AI score0.00056EPSS
Exploits1References9
OSV
OSV
added 2021/05/21 2:21 p.m.0 views

GHSA-C968-PQ7H-7FXV Division by 0 in `Conv3DBackprop*`

Impact The tf.rawops.Conv3DBackprop operations fail to validate that the input tensors are not empty. In turn, this would result in a division by 0: python import tensorflow as tf inputsizes = tf.constant0, 0, 0, 0, 0, shape=5, dtype=tf.int32 filtertensor = tf.constant, shape=0, 0, 0, 1, 0,...

2.5CVSS5.8AI score0.00009EPSS
Exploits1References7
OSV
OSV
added 2021/05/21 2:21 p.m.2 views

GHSA-WCV5-QRJ6-9PFM Heap buffer overflow in `Conv3DBackprop*`

Impact Missing validation between arguments to tf.rawops.Conv3DBackprop operations can result in heap buffer overflows: python import tensorflow as tf inputsizes = tf.constant1, 1, 1, 1, 2, shape=5, dtype=tf.int32 filtertensor = tf.constant734.6274508233133, -10.0, -10.0, -10.0, -10.0, -10.0,...

2.5CVSS7.1AI score0.00012EPSS
Exploits1References7
OSV
OSV
added 2021/05/21 2:21 p.m.0 views

GHSA-772P-X54P-HJRV 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,...

2.5CVSS6AI score0.00009EPSS
Exploits1References6
Github Security Blog
Github Security Blog
added 2021/05/21 2:21 p.m.27 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.00009EPSS
Exploits1References7Affected Software3
CNVD
CNVD
added 2021/05/18 12:0 a.m.8 views

Google TensorFlow divide-by-zero error vulnerability (CNVD-2021-36561)

Google TensorFlow is an end-to-end open source machine learning platform. A divide-by-zero error vulnerability exists in the Conv3D implementation in TensorFlow versions prior to 2.5.0. An attacker could exploit the vulnerability to cause the program to crash...

5.5CVSS6.4AI score0.00009EPSS
Exploits1References1
Veracode
Veracode
added 2021/05/17 9:34 a.m.18 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. A division by zero undefined behavior in Conv3D occurs because it performs a modulo operation based on user controlled input, allowing an attacker to crash the application...

5.5CVSS4.5AI score0.00009EPSS
Exploits1References3Affected Software3
OSV
OSV
added 2021/05/14 8:15 p.m.38 views

CVE-2021-29517

TensorFlow is an end-to-end open source platform for machine learning. A malicious user could trigger a division by 0 in Conv3D implementation. The implementationhttps://github.com/tensorflow/tensorflow/blob/42033603003965bffac51ae171b51801565e002d/tensorflow/core/kernels/convops3d.ccL143-L145 do...

5.5CVSS5.4AI score
Exploits0References2
PyPA
PyPA
added 2021/05/14 8:15 p.m.3 views

PYSEC-2021-450

TensorFlow is an end-to-end open source platform for machine learning. The tf.rawops.Conv3DBackprop operations fail to validate that the input tensors are not empty. In turn, this would result in a division by 0. This is because the...

5.5CVSS6.8AI score0.00009EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2021/05/14 8:15 p.m.0 views

PYSEC-2021-648

TensorFlow is an end-to-end open source platform for machine learning. The tf.rawops.Conv3DBackprop operations fail to validate that the input tensors are not empty. In turn, this would result in a division by 0. This is because the...

5.5CVSS6.1AI score0.00009EPSS
Exploits1References2
PyPA
PyPA
added 2021/05/14 8:15 p.m.2 views

PYSEC-2021-154

TensorFlow is an end-to-end open source platform for machine learning. A malicious user could trigger a division by 0 in Conv3D implementation. The implementationhttps://github.com/tensorflow/tensorflow/blob/42033603003965bffac51ae171b51801565e002d/tensorflow/core/kernels/convops3d.ccL143-L145 do...

5.5CVSS6.9AI score0.00009EPSS
Exploits1References2Affected Software1
PyPA
PyPA
added 2021/05/14 8:15 p.m.3 views

PYSEC-2021-445

TensorFlow is an end-to-end open source platform for machine learning. A malicious user could trigger a division by 0 in Conv3D implementation. The implementationhttps://github.com/tensorflow/tensorflow/blob/42033603003965bffac51ae171b51801565e002d/tensorflow/core/kernels/convops3d.ccL143-L145 do...

5.5CVSS6.9AI score0.00009EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2021/05/14 8:15 p.m.0 views

PYSEC-2021-154

TensorFlow is an end-to-end open source platform for machine learning. A malicious user could trigger a division by 0 in Conv3D implementation. The implementationhttps://github.com/tensorflow/tensorflow/blob/42033603003965bffac51ae171b51801565e002d/tensorflow/core/kernels/convops3d.ccL143-L145 do...

5.5CVSS6.1AI score0.00009EPSS
Exploits1References2
Rows per page
Query Builder