Lucene search
K

5 matches found

OSV
OSV
added 2021/11/10 6:59 p.m.8 views

GHSA-H67M-XG8F-FXCF Deadlock in mutually recursive `tf.function` objects

Impact The code behind tf.function API can be made to deadlock when two tf.function decorated Python functions are mutually recursive: python import tensorflow as tf @tf.function def fun1num: if num == 1: return printnum fun2num-1 @tf.function def fun2num: if num == 0: return printnum fun1num-1...

5.5CVSS6AI score0.00235EPSS
Exploits0References7
PyPA
PyPA
added 2021/11/05 11:15 p.m.7 views

PYSEC-2021-405

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.5CVSS7AI score0.00235EPSS
Exploits0References2Affected Software1
Debian CVE
Debian CVE
added 2021/11/05 10:10 p.m.6 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.5CVSS7AI score0.00235EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2021/11/05 12:0 a.m.3 views

PT-2021-23186 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.7.0 TensorFlow versions 2.6.1 and earlier TensorFlow versions 2.5.2 and earlier TensorFlow versions 2.4.4 and earlier Description: The code behind the tf.function API can be made to deadlock when two tf.function...

5.5CVSS5.3AI score0.00235EPSS
Exploits0References14
CNVD
CNVD
added 2015/12/02 12:0 a.m.4 views

PCRE Denial of Service Vulnerability (CNVD-2015-07880)

PCRE Perl Compatible Regular Expressions is a software developer Philip Hazel developed a use of C language written in open source regular expression library. A security vulnerability exists in PCRE versions prior to 8.38, which stems from the program's failure to properly handle the interaction ...

9.8CVSS9.1AI score0.07059EPSS
Exploits0References1
Rows per page
Query Builder