Lucene search
+L

10643 matches found

OSV
OSV
added 2021/11/10 7:12 p.m.13 views

GHSA-7PXJ-M4JF-R6H2 Missing validation during checkpoint loading

Impact An attacker can trigger undefined behavior, integer overflows, segfaults and CHECK-fail crashes if they can change saved checkpoints from outside of TensorFlow. This is because the checkpoints loading infrastructure is missing validation for invalid file formats. Patches We have patched th...

8.5CVSS7.1AI score0.00183EPSS
SaveExploits0References10
OSV
OSV
added 2021/11/10 6:59 p.m.12 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
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2021/11/10 12:0 a.m.8 views

PT-2021-22384 · Octorpki · Octorpki

Name of the Vulnerable Software and Affected Versions: OctoRPKI affected versions not specified Description: The issue allows an attacker to create a repository that can cause OctoRPKI to run out of memory and crash. This is possible because OctoRPKI tries to load the entire contents of a...

9.8CVSS6.9AI score0.04065EPSS
SaveExploits0References34
PyPA
PyPA
added 2021/11/05 11:15 p.m.12 views

PYSEC-2021-820

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
SaveExploits0References2Affected Software1
OSV
OSV
added 2021/11/05 11:15 p.m.23 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.5CVSS6.2AI score0.00235EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2021/11/05 10:10 p.m.9 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
SaveExploits0
OSV
OSV
added 2021/11/05 9:15 p.m.20 views

CVE-2021-41203

TensorFlow is an open source platform for machine learning. In affected versions an attacker can trigger undefined behavior, integer overflows, segfaults and CHECK-fail crashes if they can change saved checkpoints from outside of TensorFlow. This is because the checkpoints loading infrastructure ...

7.8CVSS7.6AI score
SaveExploits0References5
PyPA
PyPA
added 2021/11/05 9:15 p.m.9 views

PYSEC-2021-613

TensorFlow is an open source platform for machine learning. In affected versions an attacker can trigger undefined behavior, integer overflows, segfaults and CHECK-fail crashes if they can change saved checkpoints from outside of TensorFlow. This is because the checkpoints loading infrastructure ...

7.8CVSS6.9AI score0.00183EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2021/11/05 9:15 p.m.10 views

PYSEC-2021-811

TensorFlow is an open source platform for machine learning. In affected versions an attacker can trigger undefined behavior, integer overflows, segfaults and CHECK-fail crashes if they can change saved checkpoints from outside of TensorFlow. This is because the checkpoints loading infrastructure ...

7.8CVSS5.9AI score0.00183EPSS
SaveExploits0References5
OSV
OSV
added 2021/11/05 9:15 p.m.18 views

PYSEC-2021-613

TensorFlow is an open source platform for machine learning. In affected versions an attacker can trigger undefined behavior, integer overflows, segfaults and CHECK-fail crashes if they can change saved checkpoints from outside of TensorFlow. This is because the checkpoints loading infrastructure ...

7.8CVSS2.7AI score0.00183EPSS
SaveExploits0References5
PyPA
PyPA
added 2021/11/05 9:15 p.m.7 views

PYSEC-2021-396

TensorFlow is an open source platform for machine learning. In affected versions an attacker can trigger undefined behavior, integer overflows, segfaults and CHECK-fail crashes if they can change saved checkpoints from outside of TensorFlow. This is because the checkpoints loading infrastructure ...

7.8CVSS6.9AI score0.00183EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2021/11/05 9:15 p.m.13 views

PYSEC-2021-396

TensorFlow is an open source platform for machine learning. In affected versions an attacker can trigger undefined behavior, integer overflows, segfaults and CHECK-fail crashes if they can change saved checkpoints from outside of TensorFlow. This is because the checkpoints loading infrastructure ...

7.8CVSS7.1AI score0.00183EPSS
SaveExploits0References5
Prion
Prion
added 2021/11/05 9:15 p.m.19 views

Integer overflow

TensorFlow is an open source platform for machine learning. In affected versions an attacker can trigger undefined behavior, integer overflows, segfaults and CHECK-fail crashes if they can change saved checkpoints from outside of TensorFlow. This is because the checkpoints loading infrastructure ...

4.6CVSS7.5AI score0.00183EPSS
SaveExploits0References5Affected Software1
PyPA
PyPA
added 2021/11/05 9:15 p.m.12 views

PYSEC-2021-811

TensorFlow is an open source platform for machine learning. In affected versions an attacker can trigger undefined behavior, integer overflows, segfaults and CHECK-fail crashes if they can change saved checkpoints from outside of TensorFlow. This is because the checkpoints loading infrastructure ...

7.8CVSS6.9AI score0.00183EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2021/11/05 9:5 p.m.5 views

CVE-2021-41203

TensorFlow is an open source platform for machine learning. In affected versions an attacker can trigger undefined behavior, integer overflows, segfaults and CHECK-fail crashes if they can change saved checkpoints from outside of TensorFlow. This is because the checkpoints loading infrastructure ...

7.8CVSS7AI score0.00183EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2021/11/05 12:0 a.m.5 views

PT-2021-23175 · 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: An attacker can trigger undefined behavior, integer overflows, segfaults and...

8.5CVSS7.4AI score0.00183EPSS
SaveExploits0References16
CNNVD
CNNVD
added 2021/11/05 12:0 a.m.10 views

Google TensorFlow 输入验证错误漏洞

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. Google TensorFlow suffers from a data forgery vulnerability that stems from a lack of validation of invalid file formats in the checkpoint loading infrastructure, which can be exploited by an...

7.8CVSS5.7AI score0.00183EPSS
SaveExploits0References7
FreeBSD
FreeBSD
added 2021/11/04 12:0 a.m.35 views

go -- multiple vulnerabilities

The Go project reports: debug/macho fails out when loading a file that contains a dynamic symbol table command that indicates a larger number of symbols than exist in the loaded symbol table. Previously, opening a zip with Reader.Open could result in a panic if the zip contained a file whose name...

7.8AI score
SaveExploits0References2
NVD
NVD
added 2021/11/03 8:15 p.m.23 views

CVE-2021-38416

Delta Electronics DIALink versions 1.2.4.0 and prior insecurely loads libraries, which may allow an attacker to use DLL hijacking and takeover the system where the software is installed...

7.8CVSS0.00246EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2021/11/03 7:5 p.m.22 views

CVE-2021-38416 Delta Electronics DIALink

Delta Electronics DIALink versions 1.2.4.0 and prior insecurely loads libraries, which may allow an attacker to use DLL hijacking and takeover the system where the software is installed...

7.8CVSS7.8AI score0.00246EPSS
SaveExploits0References1
Rows per page
Query Builder