Lucene search
+L

2995 matches found

Github Security Blog
Github Security Blog
added 2024/05/16 9:33 a.m.89 views

RunGptLLM class in LlamaIndex has a command injection

A command injection vulnerability exists in the RunGptLLM class of the llamaindex library, version 0.9.47, used by the RunGpt framework from JinaAI to connect to Language Learning Models LLMs. The vulnerability arises from the improper use of the eval function, allowing a malicious or compromised...

8.8CVSS8AI score0.02135EPSS
SaveExploits1References4Affected Software2
OSV
OSV
added 2024/05/16 9:33 a.m.67 views

GHSA-PW38-XV9X-H8CH RunGptLLM class in LlamaIndex has a command injection

A command injection vulnerability exists in the RunGptLLM class of the llamaindex library, version 0.9.47, used by the RunGpt framework from JinaAI to connect to Language Learning Models LLMs. The vulnerability arises from the improper use of the eval function, allowing a malicious or compromised...

8.8CVSS9AI score0.02135EPSS
SaveExploits1References4
NVD
NVD
added 2024/05/16 9:15 a.m.58 views

CVE-2024-4181

A command injection vulnerability exists in the RunGptLLM class of the llamaindex library, version 0.9.47, used by the RunGpt framework from JinaAI to connect to Language Learning Models LLMs. The vulnerability arises from the improper use of the eval function, allowing a malicious or compromised...

8.8CVSS9.1AI score0.02135EPSS
SaveExploits1References2
OSV
OSV
added 2024/05/16 9:15 a.m.9 views

PYSEC-2024-324

A command injection vulnerability exists in the RunGptLLM class of the llamaindex library, version 0.9.47, used by the RunGpt framework from JinaAI to connect to Language Learning Models LLMs. The vulnerability arises from the improper use of the eval function, allowing a malicious or compromised...

8.8CVSS7.2AI score0.02135EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2024/05/16 9:03 a.m.25 views

CVE-2024-4181 Command Injection in run-llama/llama_index

A command injection vulnerability exists in the RunGptLLM class of the llamaindex library, version 0.9.47, used by the RunGpt framework from JinaAI to connect to Language Learning Models LLMs. The vulnerability arises from the improper use of the eval function, allowing a malicious or compromised...

8.8CVSS8AI score0.02135EPSS
SaveExploits1References2
CVE
CVE
added 2024/05/16 9:03 a.m.99 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
Cvelist
Cvelist
added 2024/05/16 9:03 a.m.71 views

CVE-2024-4181 Command Injection in run-llama/llama_index

A command injection vulnerability exists in the RunGptLLM class of the llamaindex library, version 0.9.47, used by the RunGpt framework from JinaAI to connect to Language Learning Models LLMs. The vulnerability arises from the improper use of the eval function, allowing a malicious or compromised...

8.8CVSS9.2AI score0.02135EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2024/05/16 12:00 a.m.13 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.13 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.807 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
SaveExploits16References17Affected Software1
Veracode
Veracode
added 2024/05/06 11:52 a.m.24 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.27 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.4 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.29 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.34 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.39 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.54 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.48 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.36 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
Rows per page
Query Builder