From 0f4621443ad86689a3f4ba811913566c7d571133 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 16:09:03 +0000 Subject: [PATCH] Publish Advisories GHSA-g99h-56mw-8263 GHSA-g99h-56mw-8263 --- .../GHSA-g99h-56mw-8263.json | 65 +++++++++++++++++++ .../GHSA-g99h-56mw-8263.json | 40 ------------ 2 files changed, 65 insertions(+), 40 deletions(-) create mode 100644 advisories/github-reviewed/2025/05/GHSA-g99h-56mw-8263/GHSA-g99h-56mw-8263.json delete mode 100644 advisories/unreviewed/2025/05/GHSA-g99h-56mw-8263/GHSA-g99h-56mw-8263.json diff --git a/advisories/github-reviewed/2025/05/GHSA-g99h-56mw-8263/GHSA-g99h-56mw-8263.json b/advisories/github-reviewed/2025/05/GHSA-g99h-56mw-8263/GHSA-g99h-56mw-8263.json new file mode 100644 index 00000000000..219f7b3c124 --- /dev/null +++ b/advisories/github-reviewed/2025/05/GHSA-g99h-56mw-8263/GHSA-g99h-56mw-8263.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-g99h-56mw-8263", + "modified": "2025-05-28T16:07:48Z", + "published": "2025-05-28T12:30:33Z", + "aliases": [ + "CVE-2025-1753" + ], + "summary": "LLama-Index CLI OS command injection vulnerability", + "details": "LLama-Index CLI prior to v0.4.1, corresponding to LLama-Index prior to v0.12.21, contains an OS command injection vulnerability. The vulnerability arises from the improper handling of the `--files` argument, which is directly passed into `os.system`. An attacker who controls the content of this argument can inject and execute arbitrary shell commands. This vulnerability can be exploited locally if the attacker has control over the CLI arguments, and remotely if a web application calls the LLama-Index CLI with a user-controlled filename. This issue can lead to arbitrary code execution on the affected system.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "llama-index-cli" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.4.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1753" + }, + { + "type": "WEB", + "url": "https://github.com/run-llama/llama_index/commit/b57e76738c53ca82d88658b82f2d82d1c7839c7d" + }, + { + "type": "PACKAGE", + "url": "https://github.com/run-llama/llama_index" + }, + { + "type": "WEB", + "url": "https://huntr.com/bounties/19e1c67e-1d77-451d-b10b-acbe99900b22" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-78" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-05-28T16:07:48Z", + "nvd_published_at": "2025-05-28T10:15:21Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-g99h-56mw-8263/GHSA-g99h-56mw-8263.json b/advisories/unreviewed/2025/05/GHSA-g99h-56mw-8263/GHSA-g99h-56mw-8263.json deleted file mode 100644 index e576a11ebe3..00000000000 --- a/advisories/unreviewed/2025/05/GHSA-g99h-56mw-8263/GHSA-g99h-56mw-8263.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-g99h-56mw-8263", - "modified": "2025-05-28T12:30:33Z", - "published": "2025-05-28T12:30:33Z", - "aliases": [ - "CVE-2025-1753" - ], - "details": "LLama-Index CLI version v0.12.20 contains an OS command injection vulnerability. The vulnerability arises from the improper handling of the `--files` argument, which is directly passed into `os.system`. An attacker who controls the content of this argument can inject and execute arbitrary shell commands. This vulnerability can be exploited locally if the attacker has control over the CLI arguments, and remotely if a web application calls the LLama-Index CLI with a user-controlled filename. This issue can lead to arbitrary code execution on the affected system.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1753" - }, - { - "type": "WEB", - "url": "https://github.com/run-llama/llama_index/commit/b57e76738c53ca82d88658b82f2d82d1c7839c7d" - }, - { - "type": "WEB", - "url": "https://huntr.com/bounties/19e1c67e-1d77-451d-b10b-acbe99900b22" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-78" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-05-28T10:15:21Z" - } -} \ No newline at end of file