From 6ccaffcff21bbeceacd3e0dd170c1828f93a23fc Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 18:27:01 +0000 Subject: [PATCH] Publish Advisories GHSA-hvj5-mvw9-93j3 GHSA-r6gp-rff2-p3hf --- .../GHSA-hvj5-mvw9-93j3.json | 31 +++++++++++++--- .../GHSA-r6gp-rff2-p3hf.json | 35 ++++++++++++++++--- 2 files changed, 58 insertions(+), 8 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/04/GHSA-hvj5-mvw9-93j3/GHSA-hvj5-mvw9-93j3.json (70%) rename advisories/{unreviewed => github-reviewed}/2024/04/GHSA-r6gp-rff2-p3hf/GHSA-r6gp-rff2-p3hf.json (63%) diff --git a/advisories/unreviewed/2024/04/GHSA-hvj5-mvw9-93j3/GHSA-hvj5-mvw9-93j3.json b/advisories/github-reviewed/2024/04/GHSA-hvj5-mvw9-93j3/GHSA-hvj5-mvw9-93j3.json similarity index 70% rename from advisories/unreviewed/2024/04/GHSA-hvj5-mvw9-93j3/GHSA-hvj5-mvw9-93j3.json rename to advisories/github-reviewed/2024/04/GHSA-hvj5-mvw9-93j3/GHSA-hvj5-mvw9-93j3.json index 3aaaf79b9a3..9e82fd3263b 100644 --- a/advisories/unreviewed/2024/04/GHSA-hvj5-mvw9-93j3/GHSA-hvj5-mvw9-93j3.json +++ b/advisories/github-reviewed/2024/04/GHSA-hvj5-mvw9-93j3/GHSA-hvj5-mvw9-93j3.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-hvj5-mvw9-93j3", - "modified": "2024-04-16T00:30:34Z", + "modified": "2024-04-16T18:24:33Z", "published": "2024-04-16T00:30:33Z", "aliases": [ "CVE-2024-2912" ], + "summary": "Insecure deserialization in BentoML", "details": "An insecure deserialization vulnerability exists in the BentoML framework, allowing remote code execution (RCE) by sending a specially crafted POST request. By exploiting this vulnerability, attackers can execute arbitrary commands on the server hosting the BentoML application. The vulnerability is triggered when a serialized object, crafted to execute OS commands upon deserialization, is sent to any valid BentoML endpoint. This issue poses a significant security risk, enabling attackers to compromise the server and potentially gain unauthorized access or control.", "severity": [ { @@ -14,7 +15,25 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "bentoml" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.2.5" + } + ] + } + ] + } ], "references": [ { @@ -25,6 +44,10 @@ "type": "WEB", "url": "https://github.com/bentoml/bentoml/commit/fd70379733c57c6368cc022ac1f841b7b426db7b" }, + { + "type": "PACKAGE", + "url": "https://github.com/bentoml/BentoML" + }, { "type": "WEB", "url": "https://huntr.com/bounties/349a1cce-6bb5-4345-82a5-bf7041b65a68" @@ -35,8 +58,8 @@ "CWE-1188" ], "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-04-16T18:24:33Z", "nvd_published_at": "2024-04-16T00:15:11Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2024/04/GHSA-r6gp-rff2-p3hf/GHSA-r6gp-rff2-p3hf.json b/advisories/github-reviewed/2024/04/GHSA-r6gp-rff2-p3hf/GHSA-r6gp-rff2-p3hf.json similarity index 63% rename from advisories/unreviewed/2024/04/GHSA-r6gp-rff2-p3hf/GHSA-r6gp-rff2-p3hf.json rename to advisories/github-reviewed/2024/04/GHSA-r6gp-rff2-p3hf/GHSA-r6gp-rff2-p3hf.json index 36d7b6efc81..b6620a11da8 100644 --- a/advisories/unreviewed/2024/04/GHSA-r6gp-rff2-p3hf/GHSA-r6gp-rff2-p3hf.json +++ b/advisories/github-reviewed/2024/04/GHSA-r6gp-rff2-p3hf/GHSA-r6gp-rff2-p3hf.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-r6gp-rff2-p3hf", - "modified": "2024-04-16T00:30:34Z", + "modified": "2024-04-16T18:26:15Z", "published": "2024-04-16T00:30:34Z", "aliases": [ "CVE-2024-3271" ], + "summary": "llama-index-core Command Injection vulnerability", "details": "A command injection vulnerability exists in the run-llama/llama_index repository, specifically within the safe_eval function. Attackers can bypass the intended security mechanism, which checks for the presence of underscores in code generated by LLM, to execute arbitrary code. This is achieved by crafting input that does not contain an underscore but still results in the execution of OS commands. The vulnerability allows for remote code execution (RCE) on the server hosting the application.", "severity": [ { @@ -14,17 +15,43 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "llama-index-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.10.24" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3271" }, + { + "type": "WEB", + "url": "https://github.com/run-llama/llama_index/commit/2c92e88838a5f481d50840240b1dd3180066c6f5" + }, { "type": "WEB", "url": "https://github.com/run-llama/llama_index/commit/5fbcb5a8b9f20f81b791c7fc8849e352613ab475" }, + { + "type": "PACKAGE", + "url": "https://github.com/run-llama/llama_index" + }, { "type": "WEB", "url": "https://huntr.com/bounties/9b32490e-7cf9-470e-8d49-ba083ae7a279" @@ -35,8 +62,8 @@ "CWE-77" ], "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-04-16T18:26:15Z", "nvd_published_at": "2024-04-16T00:15:12Z" } } \ No newline at end of file