Lucene search
+L

9226 matches found

CVE
CVE
added 2021/11/05 10:10 p.m.101 views

CVE-2021-41213

TensorFlow vulnerability CVE-2021-41213 involves deadlock in mutually recursive tf.function objects caused by a non-reentrant Lock. Affected: TensorFlow releases with tf.function recursion support. Impact: potential denial of service by loading models containing mutually recursive tf.function fun...

5.5CVSS5.5AI score0.00235EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2021/11/05 10:05 p.m.105 views

CVE-2021-41218

CVE-2021-41218 affects TensorFlow: the AllToAll shape-inference code can perform a division by zero when split_count is 0. This is concrete in multiple sources (NVD entry and OSV listings) and tied to TF’s tensor shape inference path for AllToAll. The documented remediation is upgrading to Tensor...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2021/11/05 10:05 p.m.51 views

CVE-2021-41218 Integer division by 0 in `tf.raw_ops.AllToAll`

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for AllToAll can be made to execute a division by 0. This occurs whenever the splitcount argument is 0. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on...

5.5CVSS5.9AI score0.00128EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2021/11/05 10:05 p.m.95 views

CVE-2021-41218

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for AllToAll can be made to execute a division by 0. This occurs whenever the splitcount argument is 0. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on...

5.5CVSS7.3AI score0.00128EPSS
SaveExploits0
Cvelist
Cvelist
added 2021/11/05 10:05 p.m.30 views

CVE-2021-41206 Incomplete validation of shapes in multiple TF ops

TensorFlow is an open source platform for machine learning. In affected versions several TensorFlow operations are missing validation for the shapes of the tensor arguments involved in the call. Depending on the API, this can result in undefined behavior and segfault or CHECK-fail related crashes...

7CVSS8AI score0.00174EPSS
SaveExploits0References7
CVE
CVE
added 2021/11/05 10:05 p.m.107 views

CVE-2021-41206

CVE-2021-41206 is described across multiple connected sources as a TensorFlow issue where several TF ops fail to validate the shapes of tensor arguments, potentially causing undefined behavior, crashes (segfaults or CHECK failures), and heap-related reads/writes. The issue affects TensorFlow’s co...

7.8CVSS7.2AI score0.00174EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2021/11/05 9:50 p.m.35 views

CVE-2021-41208 Incomplete validation in boosted trees code

TensorFlow is an open source platform for machine learning. In affected versions the code for boosted trees in TensorFlow is still missing validation. As a result, attackers can trigger denial of service via dereferencing nullptrs or via CHECK-failures as well as abuse undefined behavior binding...

8.8CVSS8.8AI score0.00168EPSS
SaveExploits0References2
CVE
CVE
added 2021/11/05 9:50 p.m.109 views

CVE-2021-41208

CVE-2021-41208 involves TensorFlow boosted trees code with missing validation. The root cause is incomplete validation in boosted trees APIs, enabling a local attacker to trigger denial of service (via dereferencing null pointers or CHECK failures) and to cause undefined behavior (binding referen...

8.8CVSS7.6AI score0.00168EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2021/11/05 9:50 p.m.14 views

CVE-2021-41207

TensorFlow is an open source platform for machine learning. In affected versions the implementation of ParallelConcat misses some input validation and can produce a division by 0. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow...

5.5CVSS7AI score0.00136EPSS
SaveExploits0
Cvelist
Cvelist
added 2021/11/05 9:50 p.m.45 views

CVE-2021-41207 Division by zero in `ParallelConcat`

TensorFlow is an open source platform for machine learning. In affected versions the implementation of ParallelConcat misses some input validation and can produce a division by 0. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow...

5.5CVSS5.7AI score0.00136EPSS
SaveExploits0References2
CVE
CVE
added 2021/11/05 9:50 p.m.97 views

CVE-2021-41207

TensorFlow ParallelConcat vulnerability (CVE-2021-41207) arises from insufficient input validation in the ParallelConcat implementation, which can lead to a division by zero in affected TensorFlow versions. The issue affects multiple releases and is slated to be fixed in TensorFlow 2.7.0; Sony ch...

5.5CVSS5.6AI score0.00136EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2021/11/05 9:45 p.m.55 views

CVE-2021-41202

TensorFlow is an open source platform for machine learning. In affected versions while calculating the size of the output within the tf.range kernel, there is a conditional statement of type int64 = condition ? int64 : double. Due to C++ implicit conversion rules, both branches of the condition...

5.5CVSS6.8AI score0.00202EPSS
SaveExploits0
Cvelist
Cvelist
added 2021/11/05 9:45 p.m.39 views

CVE-2021-41202 Overflow/crash in `tf.range`

TensorFlow is an open source platform for machine learning. In affected versions while calculating the size of the output within the tf.range kernel, there is a conditional statement of type int64 = condition ? int64 : double. Due to C++ implicit conversion rules, both branches of the condition...

5.5CVSS5.6AI score0.00202EPSS
SaveExploits0References5
CVE
CVE
added 2021/11/05 9:45 p.m.99 views

CVE-2021-41202

The CVE-2021-41202 family describes an overflow in TensorFlow's tf.range kernel caused by a conditional int64 = condition ? int64 : double, where implicit C++ casting to double truncates the result. Affected are TF releases in the 2.4.x–2.7.x range (including 2.7.0 and cherry-picks to 2.6.1, 2.5....

5.5CVSS5.4AI score0.00202EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2021/11/05 9:45 p.m.46 views

CVE-2021-41209 FPE in convolutions with zero size filters

TensorFlow is an open source platform for machine learning. In affected versions the implementations for convolution operators trigger a division by 0 if passed empty filter tensor arguments. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1,...

5.5CVSS5.7AI score0.00136EPSS
SaveExploits0References2
CVE
CVE
added 2021/11/05 9:45 p.m.89 views

CVE-2021-41209

CVE-2021-41209 affects TensorFlow: in affected versions, convolution operator implementations may trigger a division by zero when given empty filter tensor arguments. The issue is fixed in TensorFlow 2.7.0, with cherry-picks to 2.6.1, 2.5.2, and 2.4.4 in scope. Affected products/versions include ...

5.5CVSS5.6AI score0.00136EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2021/11/05 9:45 p.m.14 views

CVE-2021-41209

TensorFlow is an open source platform for machine learning. In affected versions the implementations for convolution operators trigger a division by 0 if passed empty filter tensor arguments. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1,...

5.5CVSS7AI score0.00136EPSS
SaveExploits0
OSV
OSV
added 2021/11/05 9:15 p.m.16 views

CVE-2021-41224

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SparseFillEmptyRows can be made to trigger a heap OOB access. This occurs whenever the size of indices does not match the size of values. The fix will be included in TensorFlow 2.7.0. We will al...

7.1CVSS6.6AI score
SaveExploits0References2
NVD
NVD
added 2021/11/05 9:15 p.m.20 views

CVE-2021-41223

TensorFlow is an open source platform for machine learning. In affected versions the implementation of FusedBatchNorm kernels is vulnerable to a heap OOB access. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow...

7.1CVSS0.00201EPSS
SaveExploits1References2
OSV
OSV
added 2021/11/05 9:15 p.m.21 views

CVE-2021-41215

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for DeserializeSparse can trigger a null pointer dereference. This is because the shape inference function assumes that the serializesparse tensor is a tensor with positive rank and having 3 ...

5.5CVSS6.8AI score
SaveExploits0References2
Rows per page
Query Builder