diff --git a/advisories/github-reviewed/2023/08/GHSA-fj32-q626-pjjc/GHSA-fj32-q626-pjjc.json b/advisories/github-reviewed/2023/08/GHSA-fj32-q626-pjjc/GHSA-fj32-q626-pjjc.json index ec7b94040d4..ee6c4b1756c 100644 --- a/advisories/github-reviewed/2023/08/GHSA-fj32-q626-pjjc/GHSA-fj32-q626-pjjc.json +++ b/advisories/github-reviewed/2023/08/GHSA-fj32-q626-pjjc/GHSA-fj32-q626-pjjc.json @@ -1,17 +1,21 @@ { "schema_version": "1.4.0", "id": "GHSA-fj32-q626-pjjc", - "modified": "2023-08-22T16:42:24Z", + "modified": "2024-09-27T17:41:13Z", "published": "2023-08-15T18:31:32Z", "aliases": [ "CVE-2023-38860" ], "summary": "LangChain vulnerable to arbitrary code execution", - "details": "An issue in LangChain v.0.0.231 allows a remote attacker to execute arbitrary code via the prompt parameter.", + "details": "An issue in LangChain prior to v.0.0.247 allows a remote attacker to execute arbitrary code via the prompt parameter.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" } ], "affected": [ @@ -28,7 +32,7 @@ "introduced": "0" }, { - "last_affected": "0.0.231" + "fixed": "0.0.247" } ] } @@ -48,6 +52,22 @@ "type": "WEB", "url": "https://github.com/langchain-ai/langchain/issues/7641" }, + { + "type": "WEB", + "url": "https://github.com/langchain-ai/langchain/pull/8092" + }, + { + "type": "WEB", + "url": "https://github.com/langchain-ai/langchain/pull/8425" + }, + { + "type": "WEB", + "url": "https://github.com/langchain-ai/langchain/commit/d353d668e4b0514122a443cef91de7f76fea4245" + }, + { + "type": "WEB", + "url": "https://github.com/langchain-ai/langchain/commit/fab24457bcf8ede882abd11419769c92bc4e7751" + }, { "type": "PACKAGE", "url": "https://github.com/hwchase17/langchain"