diff --git a/advisories/github-reviewed/2023/07/GHSA-2qmj-7962-cjq8/GHSA-2qmj-7962-cjq8.json b/advisories/github-reviewed/2023/07/GHSA-2qmj-7962-cjq8/GHSA-2qmj-7962-cjq8.json new file mode 100644 index 00000000000..df5824772f6 --- /dev/null +++ b/advisories/github-reviewed/2023/07/GHSA-2qmj-7962-cjq8/GHSA-2qmj-7962-cjq8.json @@ -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 + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/07/GHSA-2qmj-7962-cjq8/GHSA-2qmj-7962-cjq8.json b/advisories/unreviewed/2023/07/GHSA-2qmj-7962-cjq8/GHSA-2qmj-7962-cjq8.json deleted file mode 100644 index dded06d58ab..00000000000 --- a/advisories/unreviewed/2023/07/GHSA-2qmj-7962-cjq8/GHSA-2qmj-7962-cjq8.json +++ /dev/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 - } -} \ No newline at end of file