Lucene search
K

30 matches found

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

EUVD-2021-0297

Malware in sbrugna...

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

CVE-2021-29556

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service via a FPE runtime error in tf.rawops.Reverse. This is because the...

5.5CVSS6.6AI score0.00009EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 7:36 p.m.2 views

CVE-2021-29557

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service via a FPE runtime error in tf.rawops.SparseMatMul. The division by 0 occurs deep in Eigen code because the b tensor is empty. The fix will be included in TensorFlow 2.5.0. We will also...

5.5CVSS6.8AI score0.00009EPSS
Exploits1References1
OSV
OSV
added 2024/03/06 11:19 a.m.18 views

BIT-TENSORFLOW-2021-29554 Division by 0 in `DenseCountSparseOutput`

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service via a FPE runtime error in tf.rawops.DenseCountSparseOutput. This is because the...

5.5CVSS5.3AI score0.00009EPSS
Exploits1References3
OSV
OSV
added 2024/03/06 11:19 a.m.15 views

BIT-TENSORFLOW-2021-29556 Division by 0 in `Reverse`

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service via a FPE runtime error in tf.rawops.Reverse. This is because the...

5.5CVSS5.4AI score0.00009EPSS
Exploits1References3
OSV
OSV
added 2024/03/06 11:19 a.m.14 views

BIT-TENSORFLOW-2021-29557 Division by 0 in `SparseMatMul`

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service via a FPE runtime error in tf.rawops.SparseMatMul. The division by 0 occurs deep in Eigen code because the b tensor is empty. The fix will be included in TensorFlow 2.5.0. We will also...

5.5CVSS5.5AI score0.00009EPSS
Exploits1References3
Github Security Blog
Github Security Blog
added 2021/05/21 2:24 p.m.18 views

Division by 0 in `Reverse`

Impact An attacker can cause a denial of service via a FPE runtime error in tf.rawops.Reverse: python import tensorflow as tf tensorinput = tf.constant, shape=0, 1, 1, dtype=tf.int32 dims = tf.constantFalse, True, False, shape=3, dtype=tf.bool tf.rawops.Reversetensor=tensorinput, dims=dims This i...

5.5CVSS4.1AI score0.00009EPSS
Exploits1References7Affected Software3
Github Security Blog
Github Security Blog
added 2021/05/21 2:23 p.m.34 views

Division by 0 in `FusedBatchNorm`

Impact An attacker can cause a denial of service via a FPE runtime error in tf.rawops.FusedBatchNorm: python import tensorflow as tf x = tf.constant, shape=1, 1, 1, 0, dtype=tf.float32 scale = tf.constant, shape=0, dtype=tf.float32 offset = tf.constant, shape=0, dtype=tf.float32 mean = tf.constan...

5.5CVSS2.3AI score0.00009EPSS
Exploits1References7Affected Software3
CNVD
CNVD
added 2021/05/18 12:0 a.m.2 views

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

Google TensorFlow is an end-to-end open source machine learning platform. A security vulnerability exists in Google TensorFlow. The vulnerability stems from an FPE runtime error in tf.rawops.DenseCountSparseOutput. An attacker can exploit the vulnerability to cause a denial of service...

5.5CVSS6.4AI score0.00009EPSS
Exploits1References1
CNVD
CNVD
added 2021/05/18 12:0 a.m.5 views

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

Google TensorFlow is an end-to-end open source machine learning platform. A security vulnerability exists in Google TensorFlow. The vulnerability stems from an FPE runtime error in tf.rawops.SparseMatMul. An attacker can exploit the vulnerability to cause a denial of service...

5.5CVSS6.4AI score0.00009EPSS
Exploits1References1
CNVD
CNVD
added 2021/05/18 12:0 a.m.5 views

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

Google TensorFlow is an end-to-end open source machine learning platform. A security vulnerability exists in Google TensorFlow. The vulnerability stems from an FPE runtime error in tf.rawops.FusedBatchNorm. An attacker can exploit the vulnerability to cause a denial of service...

5.5CVSS6.4AI score0.00009EPSS
Exploits1References1
Veracode
Veracode
added 2021/05/17 12:7 p.m.29 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. An attacker may exploit the vulnerability by inputting a crafted x tensor which may cause a FPE runtime error in tf.rawops.FusedBatchNorm...

5.5CVSS3.9AI score0.00009EPSS
Exploits1References2Affected Software3
Veracode
Veracode
added 2021/05/17 10:0 a.m.20 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. A division by zero undefined behavior in a FPE runtime error in tf.rawops.SparseMatMul because it performs division without checking if the b tensor is empty, allowing an attacker to crash the application...

5.5CVSS3.2AI score0.00009EPSS
Exploits1References2Affected Software3
Veracode
Veracode
added 2021/05/17 3:52 a.m.22 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. An attacker is able to trigger an FPE runtime error in tf.rawops.Reverse as it performs a division based on the first dimension of the tensor argument...

5.5CVSS5.2AI score0.00009EPSS
Exploits1References3Affected Software3
NVD
NVD
added 2021/05/14 8:15 p.m.15 views

CVE-2021-29557

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service via a FPE runtime error in tf.rawops.SparseMatMul. The division by 0 occurs deep in Eigen code because the b tensor is empty. The fix will be included in TensorFlow 2.5.0. We will also...

5.5CVSS0.00009EPSS
Exploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.11 views

CVE-2021-29557

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service via a FPE runtime error in tf.rawops.SparseMatMul. The division by 0 occurs deep in Eigen code because the b tensor is empty. The fix will be included in TensorFlow 2.5.0. We will also...

5.5CVSS5.5AI score
Exploits0References2
OSV
OSV
added 2021/05/14 8:15 p.m.18 views

PYSEC-2021-485

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service via a FPE runtime error in tf.rawops.SparseMatMul. The division by 0 occurs deep in Eigen code because the b tensor is empty. The fix will be included in TensorFlow 2.5.0. We will also...

5.5CVSS4.1AI score0.00009EPSS
Exploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.18 views

PYSEC-2021-483

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service via a FPE runtime error in tf.rawops.FusedBatchNorm. This is because the...

5.5CVSS1.3AI score0.00009EPSS
Exploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.15 views

PYSEC-2021-484

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service via a FPE runtime error in tf.rawops.Reverse. This is because the...

5.5CVSS2.2AI score0.00009EPSS
Exploits1References2
Prion
Prion
added 2021/05/14 8:15 p.m.15 views

Code injection

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service via a FPE runtime error in tf.rawops.SparseMatMul. The division by 0 occurs deep in Eigen code because the b tensor is empty. The fix will be included in TensorFlow 2.5.0. We will also...

2.1CVSS5.5AI score0.00009EPSS
Exploits1References2Affected Software1
Rows per page
Query Builder