From 537b1a512cea657ee6b722d93b558a4a3dc903d2 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:01:34 +0000 Subject: [PATCH] Publish Advisories GHSA-v8vj-cv27-hjv8 GHSA-v8vj-cv27-hjv8 --- .../GHSA-v8vj-cv27-hjv8.json | 58 +++++++++++++++++++ .../GHSA-v8vj-cv27-hjv8.json | 35 ----------- 2 files changed, 58 insertions(+), 35 deletions(-) create mode 100644 advisories/github-reviewed/2024/02/GHSA-v8vj-cv27-hjv8/GHSA-v8vj-cv27-hjv8.json delete mode 100644 advisories/unreviewed/2024/02/GHSA-v8vj-cv27-hjv8/GHSA-v8vj-cv27-hjv8.json 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 new file mode 100644 index 00000000000..99b730611f2 --- /dev/null +++ b/advisories/github-reviewed/2024/02/GHSA-v8vj-cv27-hjv8/GHSA-v8vj-cv27-hjv8.json @@ -0,0 +1,58 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-v8vj-cv27-hjv8", + "modified": "2024-02-26T21:00:12Z", + "published": "2024-02-26T18:30:31Z", + "aliases": [ + "CVE-2024-27444" + ], + "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": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "langchain-experimental" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.0.52" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27444" + }, + { + "type": "WEB", + "url": "https://github.com/langchain-ai/langchain/commit/de9a6cdf163ed00adaf2e559203ed0a9ca2f1de7" + }, + { + "type": "PACKAGE", + "url": "https://github.com/langchain-ai/langchain" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-02-26T21:00:12Z", + "nvd_published_at": "2024-02-26T16:28:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/02/GHSA-v8vj-cv27-hjv8/GHSA-v8vj-cv27-hjv8.json b/advisories/unreviewed/2024/02/GHSA-v8vj-cv27-hjv8/GHSA-v8vj-cv27-hjv8.json deleted file mode 100644 index a873004c54b..00000000000 --- a/advisories/unreviewed/2024/02/GHSA-v8vj-cv27-hjv8/GHSA-v8vj-cv27-hjv8.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-v8vj-cv27-hjv8", - "modified": "2024-02-26T18:30:31Z", - "published": "2024-02-26T18:30:31Z", - "aliases": [ - "CVE-2024-27444" - ], - "details": "langchain_experimental (aka LangChain Experimental) in 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": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27444" - }, - { - "type": "WEB", - "url": "https://github.com/langchain-ai/langchain/commit/de9a6cdf163ed00adaf2e559203ed0a9ca2f1de7" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-02-26T16:28:00Z" - } -} \ No newline at end of file