Lucene search
+L

925 matches found

Cvelist
Cvelist
added 2021/05/14 7:20 p.m.44 views

CVE-2021-29612 Heap buffer overflow in `BandedTriangularSolve`

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a heap buffer overflow in Eigen implementation of tf.rawops.BandedTriangularSolve. The...

3.6CVSS8.1AI score0.00287EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2021/05/14 7:20 p.m.32 views

CVE-2021-29613 Incomplete validation in `tf.raw_ops.CTCLoss`

TensorFlow is an end-to-end open source platform for machine learning. Incomplete validation in tf.rawops.CTCLoss allows an attacker to trigger an OOB read from heap. The fix will be included in TensorFlow 2.5.0. We will also cherrypick these commits on TensorFlow 2.4.2, TensorFlow 2.3.3,...

6.3CVSS7AI score0.0024EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2021/05/14 7:17 p.m.34 views

CVE-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...

2.5CVSS5.6AI score0.00189EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/05/14 7:17 p.m.19 views

CVE-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...

2.5CVSS5.8AI score0.00189EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/05/14 7:17 p.m.51 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
Cvelist
Cvelist
added 2021/05/14 7:17 p.m.37 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
CVE
CVE
added 2021/05/14 7:17 p.m.113 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
CVE
CVE
added 2021/05/14 7:17 p.m.97 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
Cvelist
Cvelist
added 2021/05/14 7:17 p.m.36 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
Cvelist
Cvelist
added 2021/05/14 7:16 p.m.46 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
Cvelist
Cvelist
added 2021/05/14 7:16 p.m.33 views

CVE-2021-29567 Lack of validation in `SparseDenseCwiseMul`

TensorFlow is an end-to-end open source platform for machine learning. Due to lack of validation in tf.rawops.SparseDenseCwiseMul, an attacker can trigger denial of service via CHECK-fails or accesses to outside the bounds of heap allocated data. Since the...

2.5CVSS5.8AI score0.00189EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/05/14 7:16 p.m.33 views

CVE-2021-29572 Reference binding to nullptr in `SdcaOptimizer`

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.SdcaOptimizer triggers undefined behavior due to dereferencing a null pointer. The...

2.5CVSS5.7AI score0.00189EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/05/14 7:16 p.m.36 views

CVE-2021-29573 Division by 0 in `MaxPoolGradWithArgmax`

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.MaxPoolGradWithArgmax is vulnerable to a division by 0. The...

2.5CVSS5.7AI score0.00189EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/05/14 7:16 p.m.44 views

CVE-2021-29575 Overflow/denial of service in `tf.raw_ops.ReverseSequence`

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.ReverseSequence allows for stack overflow and/or CHECK-fail based denial of service. The...

2.5CVSS6AI score0.00198EPSS
SaveExploits1References2
CVE
CVE
added 2021/05/14 7:16 p.m.99 views

CVE-2021-29575

CVE-2021-29575 targets TensorFlow’s tf.raw_ops.ReverseSequence. Concrete details from connected docs show the root cause: the operation does not validate seq_dim and batch_dim, allowing negative values to cause stack overflow or CHECK-fail Denial of Service (local). Impact is a local DoS conditio...

5.5CVSS5.1AI score0.00198EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/05/14 7:16 p.m.26 views

CVE-2021-29576 Heap buffer overflow in `MaxPool3DGradGrad`

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.MaxPool3DGradGrad is vulnerable to a heap buffer overflow. The...

2.5CVSS7.9AI score0.00211EPSS
SaveExploits1References2
CVE
CVE
added 2021/05/14 7:15 p.m.109 views

CVE-2021-29578

CVE-2021-29578 : TensorFlow’s tf.raw_ops.FractionalAvgPoolGrad is vulnerable to a heap-based buffer overflow caused by a missing validation of pooling sequence arguments against the out_backprop tensor shape. Multiple connected sources corroborate the issue and provide the same root cause. The mi...

7.8CVSS5.6AI score0.00211EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/05/14 7:15 p.m.35 views

CVE-2021-29581 Segfault in `CTCBeamSearchDecoder`

TensorFlow is an end-to-end open source platform for machine learning. Due to lack of validation in tf.rawops.CTCBeamSearchDecoder, an attacker can trigger denial of service via segmentation faults. The...

2.5CVSS5.6AI score0.00189EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/05/14 7:15 p.m.33 views

CVE-2021-29582 Heap OOB read in `tf.raw_ops.Dequantize`

TensorFlow is an end-to-end open source platform for machine learning. Due to lack of validation in tf.rawops.Dequantize, an attacker can trigger a read from outside of bounds of heap allocated data. The...

2.5CVSS7.1AI score0.00198EPSS
SaveExploits1References2
NVD
NVD
added 2021/05/14 7:15 p.m.24 views

CVE-2021-29554

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.5CVSS0.00189EPSS
SaveExploits1References2
Rows per page
Query Builder