Publish Advisories

GHSA-mv2w-4jqc-6fg4
GHSA-92j5-3459-qgp4
GHSA-2rmj-mq67-h97g
This commit is contained in:
advisory-database[bot]
2024-09-27 21:38:04 +00:00
parent 90c051294e
commit d17429728f
3 changed files with 18 additions and 5 deletions
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-mv2w-4jqc-6fg4",
"modified": "2022-03-15T17:05:10Z",
"modified": "2024-09-27T21:36:54Z",
"published": "2022-03-15T00:00:53Z",
"aliases": [
"CVE-2022-21187"
@@ -12,6 +12,10 @@
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:H/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": [
@@ -67,6 +71,10 @@
"type": "WEB",
"url": "https://github.com/vcs-python/vcspull/commit/e1b77128a1fa0754625b5f43d8bc47956f21f33e"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/libvcs/PYSEC-2022-163.yaml"
},
{
"type": "WEB",
"url": "https://github.com/vcs-python/libvcs/blob/master/CHANGES#libvcs-0111-2022-03-12"
@@ -89,7 +97,7 @@
"CWE-74",
"CWE-77"
],
"severity": "HIGH",
"severity": "CRITICAL",
"github_reviewed": true,
"github_reviewed_at": "2022-03-15T17:05:10Z",
"nvd_published_at": "2022-03-14T18:15:00Z"
@@ -1,17 +1,21 @@
{
"schema_version": "1.4.0",
"id": "GHSA-92j5-3459-qgp4",
"modified": "2023-08-22T16:41:04Z",
"modified": "2024-09-27T21:36:07Z",
"published": "2023-08-15T18:31:32Z",
"aliases": [
"CVE-2023-38896"
],
"summary": "LangChain vulnerable to arbitrary code execution",
"details": "An issue in Harrison Chase langchain before version 0.0.236 and before allows a remote attacker to execute arbitrary code via the `from_math_prompt` and `from_colored_object_prompt` functions.",
"details": "An issue in Harrison Chase langchain before version 0.0.236 allows a remote attacker to execute arbitrary code via the `from_math_prompt` and `from_colored_object_prompt` functions.",
"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": [
@@ -109,7 +109,8 @@
],
"database_specific": {
"cwe_ids": [
"CWE-1333"
"CWE-1333",
"CWE-400"
],
"severity": "MODERATE",
"github_reviewed": true,