-
Notifications
You must be signed in to change notification settings - Fork 336
/
GHSA-57fc-8q82-gfp3.json
78 lines (78 loc) · 1.83 KB
/
GHSA-57fc-8q82-gfp3.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"schema_version": "1.4.0",
"id": "GHSA-57fc-8q82-gfp3",
"modified": "2023-07-12T21:57:28Z",
"published": "2023-07-06T15:30:33Z",
"aliases": [
"CVE-2023-36188"
],
"summary": "langchain vulnerable to arbitrary code execution",
"details": "An issue in langchain allows a remote attacker to execute arbitrary code via the PALChain parameter in the Python exec method.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "langchain"
},
"ecosystem_specific": {
"affected_functions": [
"langchain.chains.PALChain"
]
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.0.236"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36188"
},
{
"type": "WEB",
"url": "https://github.com/hwchase17/langchain/issues/5872"
},
{
"type": "WEB",
"url": "https://github.com/hwchase17/langchain/pull/6003"
},
{
"type": "WEB",
"url": "https://github.com/langchain-ai/langchain/commit/e294ba475a355feb95003ed8f1a2b99942509a9e"
},
{
"type": "PACKAGE",
"url": "https://github.com/hwchase17/langchain"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/langchain/PYSEC-2023-109.yaml"
}
],
"database_specific": {
"cwe_ids": [
"CWE-74"
],
"severity": "CRITICAL",
"github_reviewed": true,
"github_reviewed_at": "2023-07-06T21:08:40Z",
"nvd_published_at": null
}
}