Lucene search
+L

3370 matches found

CVE
CVE
•added 2024/05/16 9:03 a.m.•106 views

CVE-2024-4181

The CVE-2024-4181 issue affects llama_index (RunGptLLM class) version 0.9.47 used by RunGpt framework to connect to LLMs. Root cause: unsafe use of eval enabling a malicious or compromised LLM hosting provider to run arbitrary commands on a client machine. Impact statements in sources indicate th...

8.8CVSS7.9AI score0.02135EPSS
SaveExploits1References2Affected Software1
Positive Technologies
Positive Technologies
•added 2024/05/16 12:00 a.m.•15 views

PT-2024-29576

Name of the Vulnerable Software and Affected Versions llama index library version 0.9.47 Description A command injection issue exists due to the improper use of the eval function in the RunGptLLM class, allowing a malicious LLM hosting provider to execute arbitrary commands on the client's machin...

8.8CVSS7.4AI score0.02135EPSS
SaveExploits1References10
CNNVD
CNNVD
•added 2024/05/16 12:00 a.m.•15 views

LlamaIndex Code Injection Vulnerability

LlamaIndex is a data framework for LLM applications by the individual developer Jerry Liu. A code injection vulnerability exists in LlamaIndex version 0.9.47, which stems from improper use of the eval function and allows a malicious or compromised LLM hosting provider to execute arbitrary command...

8.8CVSS8.1AI score0.02135EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
•added 2024/05/07 10:25 a.m.•824 views

PDF.js vulnerable to arbitrary JavaScript execution upon opening a malicious PDF

Impact If pdf.js is used to load a malicious PDF, and PDF.js is configured with isEvalSupported set to true which is the default value, unrestricted attacker-controlled JavaScript will be executed in the context of the hosting domain. Patches The patch removes the use of eval:...

8.8CVSS6.8AI score0.7066EPSS
SaveExploits17References17Affected Software1
Veracode
Veracode
•added 2024/05/06 11:52 a.m.•25 views

Code Injection

tqdm is vulnerable to Code Injection. The vulnerability is due to the handling of optional non-boolean CLI arguments such as --delim, --buf-size, --manpath which get passed through python's eval function without proper sanitization. An attacker can execute arbitrary code by injecting malicious...

4.8CVSS7.6AI score0.00436EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
•added 2024/05/03 7:33 p.m.•28 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.00436EPSS
SaveExploits0References7Affected Software1
OSV
OSV
•added 2024/05/03 10:15 a.m.•5 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.00436EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2024/05/03 9:55 a.m.•30 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.00436EPSS
SaveExploits0References5
CNNVD
CNNVD
•added 2024/05/03 12:00 a.m.•5 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.00436EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
•added 2024/04/25 7:51 p.m.•35 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.00455EPSS
SaveExploits0References5Affected Software1
OSV
OSV
•added 2024/04/25 7:51 p.m.•43 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.00455EPSS
SaveExploits0References5
NVD
NVD
•added 2024/04/25 6:15 p.m.•58 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.00455EPSS
SaveExploits0References1
NVD
NVD
•added 2024/04/25 6:15 p.m.•51 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.00455EPSS
SaveExploits0References1
NVD
NVD
•added 2024/04/25 6:15 p.m.•40 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.00455EPSS
SaveExploits0References2
CVE
CVE
•added 2024/04/25 5:53 p.m.•99 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.00455EPSS
SaveExploits0References1Affected Software1
CVE
CVE
•added 2024/04/25 5:41 p.m.•88 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.00455EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
•added 2024/04/25 5:41 p.m.•18 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.00455EPSS
SaveExploits0References2
CVE
CVE
•added 2024/04/25 5:21 p.m.•95 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.00455EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
•added 2024/04/25 5:21 p.m.•72 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.00455EPSS
SaveExploits0References1
Snyk
Snyk
•added 2024/04/23 7:40 a.m.•10 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.00641EPSS
SaveExploits1References2
Rows per page
Query Builder