Lucene search
+L

79 matches found

Positive Technologies
Positive Technologies
added 2022/12/17 12:00 a.m.11 views

PT-2022-6979 · Oracle · Unbreakable Enterprise Kernel

Name of the Vulnerable Software and Affected Versions: Unbreakable Enterprise Kernel UEK affected versions not specified Description: The issue is related to the RDS module in the Unbreakable Enterprise Kernel UEK, which has two setsockopt2 options, RDS CONN RESET and RDS6 CONN RESET, that are no...

5.5CVSS6AI score0.00177EPSS
SaveExploits0References22
Code423n4
Code423n4
added 2022/01/12 12:00 a.m.12 views

Missing reentrant check can be abused by increasing total share, before transfering underlying token

Handle Fitraldys Vulnerability details Impact When interacting with the vault contract, the user can call the deposit function, however this can be used to reenter this function because the deposit function will eventually call depositors.mint and in the mint function inside depositors will call...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/01/10 12:00 a.m.15 views

Missing noreentrant check on mint function

Handle Fitraldys Vulnerability details Impact in there is no reentrant check, because when using safeMint, the function will make a call to the to address, through / checkOnERC721Received, that will call to the user to address, and the to address is controllable by the to address. Proof of Concep...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/01/06 12:00 a.m.10 views

Re-entracy leading to increasing points in undesired way

Handle hack3r-0m Vulnerability details Current state: the attacker has a few nfts minted already by locking position call lock function with very high duration and very high amount from a contract attacker has control of this contract It will pass the non-re-entrant check and call lock function...

6.8AI score
SaveExploits0
OSV
OSV
added 2021/11/10 6:59 p.m.13 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
Github Security Blog
Github Security Blog
added 2021/11/10 6:59 p.m.43 views

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.5CVSS2.5AI score0.00235EPSS
SaveExploits0References7Affected Software3
PyPA
PyPA
added 2021/11/05 11:15 p.m.11 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.5CVSS7AI score0.00235EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
added 2021/11/05 11:15 p.m.13 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
PyPA
PyPA
added 2021/11/05 11:15 p.m.12 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
SaveExploits0References2Affected Software1
OSV
OSV
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.5CVSS6.2AI score0.00235EPSS
SaveExploits0References2
OSV
OSV
added 2021/11/05 11:15 p.m.24 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
OSV
OSV
added 2021/11/05 11:15 p.m.43 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
ATTACKERKB
ATTACKERKB
added 2021/11/05 11:15 p.m.10 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.5CVSS6.1AI score0.00235EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2021/11/05 10:10 p.m.78 views

CVE-2021-41213 Deadlock in mutually recursive `tf.function` objects

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.7AI 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 2017/03/29 1:39 p.m.11 views

SUSE-SU-2017:0862-1 Security update for samba

This update for samba fixes the following issues: Security issues fixed: - CVE-2017-2619: Symlink race permits opening files outside share directory bsc1027147. Bugfixes: - Don't package man pages for VFS modules that aren't built bsc993707. - syncreq: make asyncconnectsend 'reentrant'; bso12105;...

7.5CVSS7.6AI score0.11109EPSS
SaveExploits4References7
OSV
OSV
added 2017/03/29 1:37 p.m.7 views

SUSE-SU-2017:0858-1 Security update for samba

This update for samba fixes the following issues: Security issues fixed: - CVE-2017-2619: Symlink race permits opening files outside share directory bsc1027147. Bugfixes: - Force usage of ncurses6-config thru NCURSESCONFIG env var bsc1023847. - Add missing ldb module directory bsc1012092. - Don't...

7.5CVSS7.7AI score0.11109EPSS
SaveExploits4References9
securityvulns
securityvulns
added 2006/04/26 12:00 a.m.40 views

[SA19789] Sun Solaris "libpkcs11" Privilege Escalation Vulnerability

TITLE: Sun Solaris "libpkcs11" Privilege Escalation Vulnerability SECUNIA ADVISORY ID: SA19789 VERIFY ADVISORY: http://secunia.com/advisories/19789/ CRITICAL: Less critical IMPACT: Privilege escalation WHERE: Local system OPERATING SYSTEM: Sun Solaris 10 http://secunia.com/product/4813/...

0.8AI score
SaveExploits0
securityvulns
securityvulns
added 2001/05/29 12:00 a.m.36 views

insecure signal handler design

"Delivering Signals for Fun and Profit" Understanding, exploiting and preventing signal-handling related vulnerabilities. Michal Zalewski [email protected] C Copyright 2001 BindView Corporation 0 Introduction --------------- According to a popular belief, writing signal handlers has litt...

8AI score
SaveExploits0
Rows per page
Query Builder