Lucene search
+L

3137 matches found

OSV
OSV
added 2021/11/05 11:15 p.m.29 views

PYSEC-2021-625

TensorFlow is an open source platform for machine learning. In affected versions the shape inference function for Transpose is vulnerable to a heap buffer overflow. This occurs whenever perm contains negative elements. The shape inference function does not validate that the indices in perm are al...

7.8CVSS2.3AI score0.00156EPSS
SaveExploits0References2
OSV
OSV
added 2021/11/05 11:15 p.m.42 views

PYSEC-2021-622

TensorFlow is an open source platform for machine learning. In affected versions the code behind tf.function API can be made to deadlock when two tf.function decorated Python functions are mutually recursive. This occurs due to using a non-reentrant Lock Python object. Loading any model which...

5.5CVSS3.5AI score0.00235EPSS
SaveExploits0References2
Prion
Prion
added 2021/11/05 11:15 p.m.23 views

Stack overflow

TensorFlow is an open source platform for machine learning. In affected versions the code behind tf.function API can be made to deadlock when two tf.function decorated Python functions are mutually recursive. This occurs due to using a non-reentrant Lock Python object. Loading any model which...

4.3CVSS5.6AI score0.00235EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2021/11/05 11:15 p.m.16 views

Stack overflow

TensorFlow is an open source platform for machine learning. In affected versions the ImmutableConst operation in TensorFlow can be tricked into reading arbitrary memory contents. This is because the tstring TensorFlow string class has a special case for memory mapped strings but the operation...

2.1CVSS5.6AI score0.0023EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2021/11/05 11:15 p.m.30 views

PYSEC-2021-637

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's savedmodelcli tool is vulnerable to a code injection as it calls eval on user supplied strings. This can be used by attackers to run arbitrary code on the plaform where the CLI tool runs. However, given...

7.8CVSS2.5AI score0.00208EPSS
SaveExploits1References2
CVE
CVE
added 2021/11/05 10:30 p.m.98 views

CVE-2021-41222

TensorFlow SplitV vulnerability (CVE-2021-41222) causes a segmentation fault when size_splits contains more than one value and at least one value is negative. Affected TensorFlow versions include those in the 2.x series referenced for backporting fixes; the issue is resolved by the TensorFlow 2.7...

5.5CVSS5.5AI score0.00181EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2021/11/05 10:25 p.m.114 views

CVE-2021-41228

CVE-2021-41228 affects TensorFlow’s saved_model_cli, where user-supplied strings are passed to eval, enabling code injection. The vulnerability exists in affected TensorFlow releases’ saved_model_cli tool and can allow arbitrary code execution on the host where the CLI runs. Public documentation ...

7.8CVSS7.6AI score0.00208EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/11/05 10:20 p.m.37 views

CVE-2021-41220 Use after free in `CollectiveReduceV2`

TensorFlow is an open source platform for machine learning. In affected versions the async implementation of CollectiveReduceV2 suffers from a memory leak and a use after free. This occurs due to the asynchronous computation and the fact that objects that have been std::moved from are still...

7.8CVSS7.8AI score0.00204EPSS
SaveExploits1References2
CVE
CVE
added 2021/11/05 10:20 p.m.84 views

CVE-2021-41220

CVE-2021-41220 (TensorFlow) — Normal details The vulnerability affects TensorFlow's async CollectiveReduceV2, causing a memory leak and use-after-free when objects moved via std::move are still accessed during asynchronous processing. The issue path is described in the CVE entry and related advis...

7.8CVSS7.5AI score0.00204EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/11/05 10:15 p.m.41 views

CVE-2021-41221 Access to invalid memory during shape inference in `Cudnn*` ops

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for the Cudnn operations in TensorFlow can be tricked into accessing invalid memory, via a heap buffer overflow. This occurs because the ranks of the input, inputh and inputc parameters are n...

7.8CVSS8AI score0.00214EPSS
SaveExploits1References2
CVE
CVE
added 2021/11/05 10:15 p.m.126 views

CVE-2021-41221

TensorFlow’s CVE-2021-41221 relates to a heap-based memory access in the shape inference code for Cudnn* ops. Root cause: ranks of input, input_h, and input_c are not validated, allowing invalid memory access. Fix planned for TensorFlow 2.7.0 with cherry-picks to 2.6.1, 2.5.2, and 2.4.4. Remediat...

7.8CVSS7.6AI score0.00214EPSS
SaveExploits1References2Affected Software1
NVD
NVD
added 2021/11/05 10:15 p.m.36 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.5CVSS0.00202EPSS
SaveExploits0References5
OSV
OSV
added 2021/11/05 10:15 p.m.24 views

CVE-2021-41206

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

7.8CVSS7.7AI score
SaveExploits0References7
OSV
OSV
added 2021/11/05 10:15 p.m.16 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.5CVSS5.3AI score
SaveExploits0References5
OSV
OSV
added 2021/11/05 10:15 p.m.17 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.5CVSS5.4AI score
SaveExploits0References2
OSV
OSV
added 2021/11/05 10:15 p.m.13 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.5CVSS5.4AI score
SaveExploits0References2
NVD
NVD
added 2021/11/05 10:15 p.m.38 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.5CVSS0.00136EPSS
SaveExploits0References2
NVD
NVD
added 2021/11/05 10:15 p.m.37 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.5CVSS0.00136EPSS
SaveExploits0References2
NVD
NVD
added 2021/11/05 10:15 p.m.28 views

CVE-2021-41208

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.8CVSS0.00168EPSS
SaveExploits0References2
NVD
NVD
added 2021/11/05 10:15 p.m.53 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.5CVSS0.00128EPSS
SaveExploits0References2
Rows per page
Query Builder