From 10f0d0e4a3cbbc54bfe295078899849ba875747b Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:25:13 +0000 Subject: [PATCH] Publish GHSA-p2qj-r53j-h3xj --- .../GHSA-p2qj-r53j-h3xj.json | 41 +++++++++++++++---- 1 file changed, 32 insertions(+), 9 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/09/GHSA-p2qj-r53j-h3xj/GHSA-p2qj-r53j-h3xj.json (61%) diff --git a/advisories/unreviewed/2024/09/GHSA-p2qj-r53j-h3xj/GHSA-p2qj-r53j-h3xj.json b/advisories/github-reviewed/2024/09/GHSA-p2qj-r53j-h3xj/GHSA-p2qj-r53j-h3xj.json similarity index 61% rename from advisories/unreviewed/2024/09/GHSA-p2qj-r53j-h3xj/GHSA-p2qj-r53j-h3xj.json rename to advisories/github-reviewed/2024/09/GHSA-p2qj-r53j-h3xj/GHSA-p2qj-r53j-h3xj.json index e90cd4e2d89..d892e029816 100644 --- a/advisories/unreviewed/2024/09/GHSA-p2qj-r53j-h3xj/GHSA-p2qj-r53j-h3xj.json +++ b/advisories/github-reviewed/2024/09/GHSA-p2qj-r53j-h3xj/GHSA-p2qj-r53j-h3xj.json @@ -1,30 +1,49 @@ { "schema_version": "1.4.0", "id": "GHSA-p2qj-r53j-h3xj", - "modified": "2024-09-19T15:30:50Z", + "modified": "2024-09-19T18:23:47Z", "published": "2024-09-19T06:31:36Z", "aliases": [ "CVE-2024-46946" ], + "summary": "LangChain Experimental Eval Injection vulnerability", "details": "langchain_experimental (aka LangChain Experimental) 0.1.17 through 0.3.0 for LangChain allows attackers to execute arbitrary code through sympy.sympify (which uses eval) in LLMSymbolicMathChain. LLMSymbolicMathChain was introduced in fcccde406dd9e9b05fc9babcbeb9ff527b0ec0c6 (2023-10-05).", "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": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "langchain-experimental" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0.1.17" + }, + { + "last_affected": "0.3.0" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-46946" }, - { - "type": "WEB", - "url": "https://cwe.mitre.org/data/definitions/95.html" - }, { "type": "WEB", "url": "https://docs.sympy.org/latest/modules/codegen.html" @@ -33,6 +52,10 @@ "type": "WEB", "url": "https://gist.github.com/12end/68c0c58d2564ef4141bccd4651480820#file-cve-2024-46946-txt" }, + { + "type": "PACKAGE", + "url": "https://github.com/langchain-ai/langchain" + }, { "type": "WEB", "url": "https://github.com/langchain-ai/langchain/releases/tag/langchain-experimental%3D%3D0.3.0" @@ -40,11 +63,11 @@ ], "database_specific": { "cwe_ids": [ - "CWE-20" + "CWE-95" ], "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-09-19T18:23:47Z", "nvd_published_at": "2024-09-19T05:15:11Z" } } \ No newline at end of file