mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish GHSA-p2qj-r53j-h3xj
This commit is contained in:
+32
-9
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user