Publish Advisories

GHSA-g99h-56mw-8263
GHSA-g99h-56mw-8263
This commit is contained in:
advisory-database[bot]
2025-05-28 16:09:03 +00:00
parent 1fd6c264d7
commit 0f4621443a
2 changed files with 65 additions and 40 deletions
@@ -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"
}
}
@@ -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"
}
}