Lucene search
+L

3131 matches found

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

CVE-2021-41228

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.8CVSS7.8AI score
SaveExploits0References2
OSV
OSV
added 2021/11/05 11:15 p.m.21 views

CVE-2021-41216

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.8CVSS7.7AI score
SaveExploits0References2
OSV
OSV
added 2021/11/05 11:15 p.m.22 views

CVE-2021-41222

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SplitV can trigger a segfault is an attacker supplies negative arguments. This occurs whenever sizesplits contains more than one value and at least one value is negative. The fix will be include...

5.5CVSS5.4AI score
SaveExploits0References2
NVD
NVD
added 2021/11/05 11:15 p.m.46 views

CVE-2021-41221

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.8CVSS0.00214EPSS
SaveExploits1References2
OSV
OSV
added 2021/11/05 11:15 p.m.21 views

CVE-2021-41225

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's Grappler optimizer has a use of unitialized variable. If the trainnodes vector obtained from the saved model that gets optimized does not contain a Dequeue node, then dequeuenode is left unitialized. The...

7.8CVSS7.6AI score
SaveExploits0References2
OSV
OSV
added 2021/11/05 11:15 p.m.22 views

CVE-2021-41213

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.5CVSS5.4AI score
SaveExploits0References2
OSV
OSV
added 2021/11/05 11:15 p.m.16 views

CVE-2021-41221

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.8CVSS7.7AI score
SaveExploits0References2
NVD
NVD
added 2021/11/05 11:15 p.m.51 views

CVE-2021-41216

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.8CVSS0.00156EPSS
SaveExploits0References2
NVD
NVD
added 2021/11/05 11:15 p.m.35 views

CVE-2021-41220

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.8CVSS0.00204EPSS
SaveExploits1References2
NVD
NVD
added 2021/11/05 11:15 p.m.60 views

CVE-2021-41213

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.5CVSS0.00235EPSS
SaveExploits0References2
NVD
NVD
added 2021/11/05 11:15 p.m.30 views

CVE-2021-41222

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SplitV can trigger a segfault is an attacker supplies negative arguments. This occurs whenever sizesplits contains more than one value and at least one value is negative. The fix will be include...

5.5CVSS0.00181EPSS
SaveExploits1References2
OSV
OSV
added 2021/11/05 11:15 p.m.27 views

PYSEC-2021-630

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.8CVSS2.8AI score0.00214EPSS
SaveExploits1References2
Prion
Prion
added 2021/11/05 11:15 p.m.17 views

Heap overflow

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

4.6CVSS7.6AI score0.00156EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2021/11/05 11:15 p.m.20 views

Code injection

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

4.6CVSS7.7AI score0.00208EPSS
SaveExploits1References2Affected Software1
Prion
Prion
added 2021/11/05 11:15 p.m.23 views

Heap overflow

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

4.6CVSS7.7AI score0.00214EPSS
SaveExploits1References2Affected Software1
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
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.20 views

Stack overflow

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SplitV can trigger a segfault is an attacker supplies negative arguments. This occurs whenever sizesplits contains more than one value and at least one value is negative. The fix will be include...

2.1CVSS5.5AI score0.00181EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2021/11/05 11:15 p.m.33 views

PYSEC-2021-629

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.8CVSS3.7AI score0.00204EPSS
SaveExploits1References2
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
Rows per page
Query Builder