diff --git a/advisories/github-reviewed/2024/04/GHSA-5pcm-hx3q-hm94/GHSA-5pcm-hx3q-hm94.json b/advisories/github-reviewed/2024/04/GHSA-5pcm-hx3q-hm94/GHSA-5pcm-hx3q-hm94.json new file mode 100644 index 00000000000..74308ea09aa --- /dev/null +++ b/advisories/github-reviewed/2024/04/GHSA-5pcm-hx3q-hm94/GHSA-5pcm-hx3q-hm94.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-5pcm-hx3q-hm94", + "modified": "2024-07-25T10:11:23Z", + "published": "2024-04-17T21:30:48Z", + "aliases": [ + "CVE-2024-31580" + ], + "summary": "PyTorch heap buffer overflow vulnerability", + "details": "PyTorch before v2.2.0 was discovered to contain a heap buffer overflow vulnerability in the component /runtime/vararg_functions.cpp. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted input.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "torch" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.2.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-31580" + }, + { + "type": "WEB", + "url": "https://github.com/pytorch/pytorch/commit/b5c3a17c2c207ebefcb85043f0cf94be9b2fef81" + }, + { + "type": "WEB", + "url": "https://gist.github.com/1047524396/038c78f2f007345e6f497698ace2aa3d" + }, + { + "type": "PACKAGE", + "url": "https://github.com/pytorch/pytorch" + }, + { + "type": "WEB", + "url": "https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-6649934" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-122" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-07-25T10:11:23Z", + "nvd_published_at": "2024-04-17T19:15:07Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/04/GHSA-pg7h-5qx3-wjr3/GHSA-pg7h-5qx3-wjr3.json b/advisories/github-reviewed/2024/04/GHSA-pg7h-5qx3-wjr3/GHSA-pg7h-5qx3-wjr3.json similarity index 61% rename from advisories/unreviewed/2024/04/GHSA-pg7h-5qx3-wjr3/GHSA-pg7h-5qx3-wjr3.json rename to advisories/github-reviewed/2024/04/GHSA-pg7h-5qx3-wjr3/GHSA-pg7h-5qx3-wjr3.json index 584d3206441..11bb3cee8c2 100644 --- a/advisories/unreviewed/2024/04/GHSA-pg7h-5qx3-wjr3/GHSA-pg7h-5qx3-wjr3.json +++ b/advisories/github-reviewed/2024/04/GHSA-pg7h-5qx3-wjr3/GHSA-pg7h-5qx3-wjr3.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-pg7h-5qx3-wjr3", - "modified": "2024-07-03T18:35:11Z", + "modified": "2024-07-25T10:11:09Z", "published": "2024-04-17T21:30:48Z", "aliases": [ "CVE-2024-31583" ], + "summary": "Pytorch use-after-free vulnerability", "details": "Pytorch before version v2.2.0 was discovered to contain a use-after-free vulnerability in torch/csrc/jit/mobile/interpreter.cpp.", "severity": [ { @@ -14,7 +15,25 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "torch" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.2.0" + } + ] + } + ] + } ], "references": [ { @@ -29,9 +48,17 @@ "type": "WEB", "url": "https://gist.github.com/1047524396/43e19a41f2b36503a4a228c32cdbc176" }, + { + "type": "PACKAGE", + "url": "https://github.com/pytorch/pytorch" + }, { "type": "WEB", "url": "https://github.com/pytorch/pytorch/blob/v2.1.2/torch/csrc/jit/mobile/interpreter.cpp#L132" + }, + { + "type": "WEB", + "url": "https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-6619806" } ], "database_specific": { @@ -39,8 +66,8 @@ "CWE-416" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-07-25T10:11:09Z", "nvd_published_at": "2024-04-17T19:15:07Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2024/04/GHSA-5pcm-hx3q-hm94/GHSA-5pcm-hx3q-hm94.json b/advisories/unreviewed/2024/04/GHSA-5pcm-hx3q-hm94/GHSA-5pcm-hx3q-hm94.json deleted file mode 100644 index fd552b50ce4..00000000000 --- a/advisories/unreviewed/2024/04/GHSA-5pcm-hx3q-hm94/GHSA-5pcm-hx3q-hm94.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-5pcm-hx3q-hm94", - "modified": "2024-04-17T21:30:49Z", - "published": "2024-04-17T21:30:48Z", - "aliases": [ - "CVE-2024-31580" - ], - "details": "PyTorch before v2.2.0 was discovered to contain a heap buffer overflow vulnerability in the component /runtime/vararg_functions.cpp. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted input.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-31580" - }, - { - "type": "WEB", - "url": "https://github.com/pytorch/pytorch/commit/b5c3a17c2c207ebefcb85043f0cf94be9b2fef81" - }, - { - "type": "WEB", - "url": "https://gist.github.com/1047524396/038c78f2f007345e6f497698ace2aa3d" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-122" - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-04-17T19:15:07Z" - } -} \ No newline at end of file