Lucene search
+L

9257 matches found

CVE
CVE
added 2021/05/14 7:17 p.m.110 views

CVE-2021-29559

The CVE-2021-29559 case concerns TensorFlow’s UnicodeEncode in tf.raw_ops, where heap-out-of-bounds access can occur if input_value/input_splits do not form a valid sparse tensor. Root cause: implementation assumes a valid sparse tensor, enabling data access outside heap bounds. The issue is fixe...

7.1CVSS5.2AI score0.00198EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/05/14 7:17 p.m.58 views

CVE-2021-29559 Heap OOB access in unicode ops

TensorFlow is an end-to-end open source platform for machine learning. An attacker can access data outside of bounds of heap allocated array in tf.rawops.UnicodeEncode. This is because the...

2.5CVSS7.2AI score0.00198EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2021/05/14 7:17 p.m.66 views

CVE-2021-29559

TensorFlow is an end-to-end open source platform for machine learning. An attacker can access data outside of bounds of heap allocated array in tf.rawops.UnicodeEncode. This is because the...

7.1CVSS7AI score0.00198EPSS
SaveExploits1
CVE
CVE
added 2021/05/14 7:17 p.m.125 views

CVE-2021-29560

TensorFlow RaggedTensorToTensor heap-based overflow vulnerability (CVE-2021-29560) arises when the code uses the same index to access two arrays in parallel during ragged tensor to tensor conversion. An attacker-controlled input can trigger a heap OOB access when parent_output_index is shorter th...

7.1CVSS5.5AI score0.00208EPSS
SaveExploits1References2Affected Software1
Debian CVE
Debian CVE
added 2021/05/14 7:17 p.m.11 views

CVE-2021-29560

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow in tf.rawops.RaggedTensorToTensor. This is because the...

7.1CVSS7.3AI score0.00208EPSS
SaveExploits1
Cvelist
Cvelist
added 2021/05/14 7:17 p.m.47 views

CVE-2021-29560 Heap buffer overflow in `RaggedTensorToTensor`

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow in tf.rawops.RaggedTensorToTensor. This is because the...

2.5CVSS7.3AI score0.00208EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/05/14 7:17 p.m.43 views

CVE-2021-29561 CHECK-fail in `LoadAndRemapMatrix`

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service by exploiting a CHECK-failure coming from tf.rawops.LoadAndRemapMatrix. This is because the...

2.5CVSS5.7AI score0.00189EPSS
SaveExploits1References2
CVE
CVE
added 2021/05/14 7:17 p.m.105 views

CVE-2021-29561

CVE-2021-29561 (TensorFlow) describes a denial-of-service via a CHECK-fail in LoadAndRemapMatrix caused by assuming ckpt_path is a valid scalar; attackers can send a non-scalar tensor as the first argument. Connected docs confirm the same issue and note fixes will be applied in TensorFlow 2.5.0 w...

5.5CVSS4.7AI score0.00189EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2021/05/14 7:17 p.m.120 views

CVE-2021-29562

TensorFlow TF IRFFT CHECK-fail vulnerability (CVE-2021-29562) can cause denial of service via a CHECK failure in tf.raw_ops.IRFFT. Public details in OSV/GHSA entries confirm impact and patch strategy: fix in TensorFlow 2.5.0, with cherry-picks to 2.4.2, 2.3.3, 2.2.3 and 2.1.4. IBM CVE coverage an...

5.5CVSS4.7AI score0.00189EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/05/14 7:17 p.m.45 views

CVE-2021-29562 CHECK-fail in `tf.raw_ops.IRFFT`

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service by exploiting a CHECK-failure coming from the implementation of tf.rawops.IRFFT. The fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2,...

2.5CVSS5.7AI score0.00189EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2021/05/14 7:17 p.m.14 views

CVE-2021-29562

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service by exploiting a CHECK-failure coming from the implementation of tf.rawops.IRFFT. The fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2,...

5.5CVSS6.8AI score0.00189EPSS
SaveExploits1
CVE
CVE
added 2021/05/14 7:17 p.m.112 views

CVE-2021-29563

CVE-2021-29563 affects TensorFlow via a CHECK-fail in tf.raw_ops.RFFT that can trigger a denial of service when Eigen code operates on an empty matrix. The issue arises from a CHECK/ASSERT path and causes program termination rather than a traditional memory corruption exploit. The affected behavi...

5.5CVSS4.9AI score0.00189EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/05/14 7:17 p.m.62 views

CVE-2021-29563 CHECK-fail in `tf.raw_ops.RFFT`

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service by exploiting a CHECK-failure coming from the implementation of tf.rawops.RFFT. Eigen code operating on an empty matrix can trigger on an assertion and will cause program termination...

2.5CVSS5.8AI score0.00189EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2021/05/14 7:17 p.m.73 views

CVE-2021-29563

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service by exploiting a CHECK-failure coming from the implementation of tf.rawops.RFFT. Eigen code operating on an empty matrix can trigger on an assertion and will cause program termination...

5.5CVSS7.1AI score0.00189EPSS
SaveExploits1
Cvelist
Cvelist
added 2021/05/14 7:17 p.m.41 views

CVE-2021-29564 Null pointer dereference in `EditDistance`

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a null pointer dereference in the implementation of tf.rawops.EditDistance. This is because the...

2.5CVSS5.8AI score0.00189EPSS
SaveExploits1References2
CVE
CVE
added 2021/05/14 7:17 p.m.112 views

CVE-2021-29564

TensorFlow vulnerability CVE-2021-29564: a null pointer dereference in tf.raw_ops.EditDistance due to incomplete input parameter validation in the EditDistance kernel (edit_distance_op.cc). Impact is a potential crash/crash-like denial of service; fix is committed and will be in TensorFlow 2.5.0 ...

5.5CVSS4.8AI score0.00189EPSS
SaveExploits1References2Affected Software1
Debian CVE
Debian CVE
added 2021/05/14 7:17 p.m.82 views

CVE-2021-29564

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a null pointer dereference in the implementation of tf.rawops.EditDistance. This is because the...

5.5CVSS7AI score0.00189EPSS
SaveExploits1
CVE
CVE
added 2021/05/14 7:16 p.m.116 views

CVE-2021-29565

TensorFlow CVE-2021-29565 describes a null pointer dereference in tf.raw_ops.SparseFillEmptyRows due to missing validation when dense_shape is empty. Connected sources confirm the issue, including a GitHub commit (faa76f39014ed3b5e2c158593b1335522e573c7f) and notes that the fix will be included i...

5.5CVSS4.7AI score0.00189EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/05/14 7:16 p.m.52 views

CVE-2021-29565 Null pointer dereference in `SparseFillEmptyRows`

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a null pointer dereference in the implementation of tf.rawops.SparseFillEmptyRows. This is because of missing...

2.5CVSS5.7AI score0.00189EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2021/05/14 7:16 p.m.19 views

CVE-2021-29566

TensorFlow is an end-to-end open source platform for machine learning. An attacker can write outside the bounds of heap allocated arrays by passing invalid arguments to tf.rawops.Dilation2DBackpropInput. This is because the...

7.8CVSS7AI score0.00201EPSS
SaveExploits1
Rows per page
Query Builder