ghsa-pw38-xv9x-h8ch
Vulnerability from github
Published
2024-05-16 09:33
Modified
2024-05-16 17:47
Severity ?
Summary
RunGptLLM class in LlamaIndex has a command injection
Details
A command injection vulnerability exists in the RunGptLLM class of the llama_index 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 LLM hosting provider to execute arbitrary commands on the client's machine. This issue was fixed in version 0.10.13. The exploitation of this vulnerability could lead to a hosting provider gaining full control over client machines.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "llama-index" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.10.13" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "PyPI", "name": "llama-index-llms-rungpt" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.1.3" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-4181" ], "database_specific": { "cwe_ids": [ "CWE-94" ], "github_reviewed": true, "github_reviewed_at": "2024-05-16T17:47:36Z", "nvd_published_at": "2024-05-16T09:15:15Z", "severity": "HIGH" }, "details": "A command injection vulnerability exists in the RunGptLLM class of the llama_index 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 LLM hosting provider to execute arbitrary commands on the client\u0027s machine. This issue was fixed in version 0.10.13. The exploitation of this vulnerability could lead to a hosting provider gaining full control over client machines.", "id": "GHSA-pw38-xv9x-h8ch", "modified": "2024-05-16T17:47:36Z", "published": "2024-05-16T09:33:08Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4181" }, { "type": "WEB", "url": "https://github.com/run-llama/llama_index/commit/d73715eaf0642705583e7897c78b9c8dd2d3a7ba" }, { "type": "PACKAGE", "url": "https://github.com/run-llama/llama_index" }, { "type": "WEB", "url": "https://huntr.com/bounties/1a204520-598a-434e-b13d-0d34f2a5ddc1" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "RunGptLLM class in LlamaIndex has a command injection" }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.