Lucene search
+L

12748 matches found

OSV
OSV
added 2021/11/05 11:15 p.m.22 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.23 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
OSV
OSV
added 2021/11/05 11:15 p.m.17 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
OSV
OSV
added 2021/11/05 11:15 p.m.25 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
NVD
NVD
added 2021/11/05 11:15 p.m.65 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.00243EPSS
SaveExploits0References2
NVD
NVD
added 2021/11/05 11:15 p.m.54 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.00161EPSS
SaveExploits0References2
NVD
NVD
added 2021/11/05 11:15 p.m.37 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.00211EPSS
SaveExploits1References2
NVD
NVD
added 2021/11/05 11:15 p.m.33 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.00187EPSS
SaveExploits1References2
Prion
Prion
added 2021/11/05 11:15 p.m.22 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.00217EPSS
SaveExploits1References2Affected Software1
Prion
Prion
added 2021/11/05 11:15 p.m.19 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.00161EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2021/11/05 11:15 p.m.26 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.00221EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2021/11/05 11:15 p.m.28 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.00221EPSS
SaveExploits1References2
Prion
Prion
added 2021/11/05 11:15 p.m.24 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.00243EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2021/11/05 11:15 p.m.21 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.00187EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2021/11/05 11:15 p.m.34 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.00211EPSS
SaveExploits1References2
OSV
OSV
added 2021/11/05 11:15 p.m.31 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.00161EPSS
SaveExploits0References2
OSV
OSV
added 2021/11/05 11:15 p.m.44 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.00243EPSS
SaveExploits0References2
Prion
Prion
added 2021/11/05 11:15 p.m.18 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.00238EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2021/11/05 11:15 p.m.31 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.00217EPSS
SaveExploits1References2
CVE
CVE
added 2021/11/05 10:30 p.m.105 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.00187EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder