Publish Advisories

GHSA-2qmj-7962-cjq8
GHSA-2qmj-7962-cjq8
This commit is contained in:
advisory-database[bot]
2023-07-06 15:13:12 +00:00
parent ad1562d32c
commit 22a2132657
2 changed files with 67 additions and 35 deletions
@@ -0,0 +1,67 @@
{
"schema_version": "1.4.0",
"id": "GHSA-2qmj-7962-cjq8",
"modified": "2023-07-06T15:11:23Z",
"published": "2023-07-03T21:30:57Z",
"aliases": [
"CVE-2023-36258"
],
"summary": "langchain arbitrary code execution vulnerability",
"details": "An issue in langchain allows an attacker to execute arbitrary code via the PALChain in the python exec method.",
"severity": [
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "langchain"
},
"ecosystem_specific": {
"affected_functions": [
"langchain.chains.PALChain"
]
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "0.0.222"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36258"
},
{
"type": "WEB",
"url": "https://github.com/hwchase17/langchain/issues/5872"
},
{
"type": "WEB",
"url": "https://github.com/hwchase17/langchain/pull/6003"
},
{
"type": "PACKAGE",
"url": "https://github.com/hwchase17/langchain"
}
],
"database_specific": {
"cwe_ids": [
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2023-07-06T15:11:23Z",
"nvd_published_at": null
}
}
@@ -1,35 +0,0 @@
{
"schema_version": "1.4.0",
"id": "GHSA-2qmj-7962-cjq8",
"modified": "2023-07-03T21:30:57Z",
"published": "2023-07-03T21:30:57Z",
"aliases": [
"CVE-2023-36258"
],
"details": "An issue in langchain v.0.0.199 allows an attacker to execute arbitrary code via the PALChain in the python exec method.",
"severity": [
],
"affected": [
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36258"
},
{
"type": "WEB",
"url": "https://github.com/hwchase17/langchain/issues/5872"
}
],
"database_specific": {
"cwe_ids": [
],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": null
}
}