Lucene search
K

2444 matches found

Github Security Blog
Github Security Blog
added 2024/05/03 7:33 p.m.22 views

tqdm CLI arguments injection attack

Impact Any optional non-boolean CLI arguments e.g. --delim, --buf-size, --manpath are passed through python's eval, allowing arbitrary code execution. Example: sh python -m tqdm --manpath="" + strexec"import os\nos.system'echo hi && killall python3'" + "" Patches...

4.8CVSS7.9AI score0.00108EPSS
Exploits0References7Affected Software1
OSV
OSV
added 2024/05/03 10:15 a.m.1 views

DEBIAN-CVE-2024-34062

tqdm is an open source progress bar for Python and CLI. Any optional non-boolean CLI arguments e.g. --delim, --buf-size, --manpath are passed through python's eval, allowing arbitrary code execution. This issue is only locally exploitable and had been addressed in release version 4.66.3. All user...

4.8CVSS6.3AI score0.00108EPSS
Exploits0References1
Cvelist
Cvelist
added 2024/05/03 9:55 a.m.19 views

CVE-2024-34062 tqdm CLI arguments injection attack

tqdm is an open source progress bar for Python and CLI. Any optional non-boolean CLI arguments e.g. --delim, --buf-size, --manpath are passed through python's eval, allowing arbitrary code execution. This issue is only locally exploitable and had been addressed in release version 4.66.3. All user...

4.8CVSS5.7AI score0.00108EPSS
Exploits0References5
CNNVD
CNNVD
added 2024/05/03 12:0 a.m.1 views

tqdm 安全漏洞

tqdm is a fast, extensible progress bar for Python and the CLI from the tqdm open source. A security vulnerability exists in versions of tqdm prior to 4.66.3, which stems from the fact that any optional non-Boolean CLI arguments can be passed through python's eval, allowing arbitrary code executi...

4.8CVSS6.8AI score0.00108EPSS
Exploits0References5
OSV
OSV
added 2024/04/25 7:51 p.m.18 views

GHSA-R56X-J438-VW5M vyper performs double eval of the slice start/length args in certain cases

Summary Using the slice builtin can result in a double eval vulnerability when the buffer argument is either msg.data, self.code or .code and either the start or length arguments have side-effects. A contract search was performed and no vulnerable contracts were found in production. Having...

5.3CVSS5.4AI score0.00689EPSS
Exploits0References5
Github Security Blog
Github Security Blog
added 2024/04/25 7:51 p.m.18 views

vyper performs double eval of the slice start/length args in certain cases

Summary Using the slice builtin can result in a double eval vulnerability when the buffer argument is either msg.data, self.code or .code and either the start or length arguments have side-effects. A contract search was performed and no vulnerable contracts were found in production. Having...

5.3CVSS5.5AI score0.00689EPSS
Exploits0References5Affected Software1
NVD
NVD
added 2024/04/25 6:15 p.m.12 views

CVE-2024-32649

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, using the sqrt builtin can result in double eval vulnerability when the argument has side-effects. It can be seen that the buildIR function of the sqrt builtin doesn't cache the argument to...

5.3CVSS5.3AI score0.008EPSS
Exploits0References1
NVD
NVD
added 2024/04/25 6:15 p.m.13 views

CVE-2024-32647

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, using the createfromblueprint builtin can result in a double eval vulnerability when rawargs=True and the args argument has side-effects. It can be seen that the buildcreateIR function of t...

5.3CVSS5.3AI score0.0066EPSS
Exploits0References2
NVD
NVD
added 2024/04/25 6:15 p.m.9 views

CVE-2024-32646

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, using the slice builtin can result in a double eval vulnerability when the buffer argument is either msg.data, self.code or .code and either the start or length arguments have side-effects...

5.3CVSS5.5AI score0.00689EPSS
Exploits0References1
CVE
CVE
added 2024/04/25 5:53 p.m.63 views

CVE-2024-32649

Vyper CVE-2024-32649 affects versions 0.3.10 and earlier, where the sqrt builtin’s build_IR does not cache its argument, allowing potential double evaluation when the argument has side-effects. The affected component is the sqrt builtin in Vyper’s IR generation, leading to multiple evaluations of...

5.3CVSS6.8AI score0.008EPSS
Exploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/25 5:41 p.m.13 views

CVE-2024-32647 vyper performs double eval of raw_args in create_from_blueprint

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, using the createfromblueprint builtin can result in a double eval vulnerability when rawargs=True and the args argument has side-effects. It can be seen that the buildcreateIR function of t...

5.3CVSS6.8AI score0.0066EPSS
Exploits0References2
CVE
CVE
added 2024/04/25 5:41 p.m.62 views

CVE-2024-32647

Vyper vulnerability CVE-2024-32647 concerns the create_from_blueprint builtin prior to version 0.3.11. The root cause is that the _build_create_IR path does not cache the args parameter on the stack when raw_args=True and args have side-effects, allowing the argument to be evaluated multiple time...

5.3CVSS6.8AI score0.0066EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2024/04/25 5:21 p.m.14 views

CVE-2024-32646 vyper performs double eval of the slice args when buffer from adhoc locations

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, using the slice builtin can result in a double eval vulnerability when the buffer argument is either msg.data, self.code or .code and either the start or length arguments have side-effects...

5.3CVSS5.7AI score0.00689EPSS
Exploits0References1
CVE
CVE
added 2024/04/25 5:21 p.m.62 views

CVE-2024-32646

Vyper CVE-2024-32646 affects the Pythonic smart contract language. The vulnerability concerns the builtin slice when the buffer is msg.data, self.code, or .code and either the start or length has side-effects, causing a double evaluation of those side-effects. It is triggerable only in versions e...

5.3CVSS7AI score0.00689EPSS
Exploits0References1Affected Software1
Snyk
Snyk
added 2024/04/23 7:40 a.m.1 views

NULL Pointer Dereference

Overview Affected versions of this package are vulnerable to NULL Pointer Dereference due to an erroneous lexical scope of this with eval. An attacker can cause a denial of service or potentially execute arbitrary code by triggering a NULL pointer dereference. PoC c function foo function Bar clas...

7.5CVSS7.7AI score0.00066EPSS
Exploits1References2
OSV
OSV
added 2024/04/23 7:15 a.m.14 views

CVE-2023-48183

QuickJS before c4cdd61 has a buildforiniterator NULL pointer dereference because of an erroneous lexical scope of "this" with eval...

7.5CVSS7.1AI score
Exploits0References2
OSV
OSV
added 2024/04/23 7:15 a.m.2 views

DEBIAN-CVE-2023-48183

QuickJS before c4cdd61 has a buildforiniterator NULL pointer dereference because of an erroneous lexical scope of "this" with eval...

7.5CVSS5.2AI score0.00066EPSS
Exploits1References1
NVD
NVD
added 2024/04/23 7:15 a.m.9 views

CVE-2023-48183

QuickJS before c4cdd61 has a buildforiniterator NULL pointer dereference because of an erroneous lexical scope of "this" with eval...

7.5CVSS6.5AI score0.00066EPSS
Exploits1References2
UbuntuCve
UbuntuCve
added 2024/04/23 7:15 a.m.8 views

CVE-2023-48183

QuickJS before c4cdd61 has a buildforiniterator NULL pointer dereference because of an erroneous lexical scope of "this" with eval...

7.5CVSS5.9AI score0.00066EPSS
Exploits1References4
OSV
OSV
added 2024/04/23 7:15 a.m.2 views

UBUNTU-CVE-2023-48183

QuickJS before c4cdd61 has a buildforiniterator NULL pointer dereference because of an erroneous lexical scope of "this" with eval...

7.5CVSS5.8AI score0.00066EPSS
Exploits1References5
Rows per page
Query Builder