From be125644ae4de47d2a70aa01a8c4eda13b8d0e63 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:36:30 +0000 Subject: [PATCH] Publish GHSA-v8vj-cv27-hjv8 --- .../GHSA-v8vj-cv27-hjv8/GHSA-v8vj-cv27-hjv8.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/advisories/github-reviewed/2024/02/GHSA-v8vj-cv27-hjv8/GHSA-v8vj-cv27-hjv8.json b/advisories/github-reviewed/2024/02/GHSA-v8vj-cv27-hjv8/GHSA-v8vj-cv27-hjv8.json index 99b730611f2..4b1258b8248 100644 --- a/advisories/github-reviewed/2024/02/GHSA-v8vj-cv27-hjv8/GHSA-v8vj-cv27-hjv8.json +++ b/advisories/github-reviewed/2024/02/GHSA-v8vj-cv27-hjv8/GHSA-v8vj-cv27-hjv8.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-v8vj-cv27-hjv8", - "modified": "2024-02-26T21:00:12Z", + "modified": "2024-08-06T18:35:21Z", "published": "2024-02-26T18:30:31Z", "aliases": [ "CVE-2024-27444" @@ -9,7 +9,14 @@ "summary": "LangChain Experimental vulnerable to arbitrary code execution", "details": "langchain_experimental (aka LangChain Experimental) before 0.0.52, part of LangChain before 0.1.8, allows an attacker to bypass the CVE-2023-44467 fix and execute arbitrary code via the `__import__`, `__subclasses__`, `__builtins__`, `__globals__`, `__getattribute__`, `__bases__`, `__mro__`, or `__base__` attribute in Python code. These are not prohibited by `pal_chain/base.py`.", "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": [ { @@ -48,9 +55,9 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-749" ], - "severity": "MODERATE", + "severity": "CRITICAL", "github_reviewed": true, "github_reviewed_at": "2024-02-26T21:00:12Z", "nvd_published_at": "2024-02-26T16:28:00Z"