diff --git a/advisories/github-reviewed/2021/11/GHSA-2p25-55c9-h58q/GHSA-2p25-55c9-h58q.json b/advisories/github-reviewed/2021/11/GHSA-2p25-55c9-h58q/GHSA-2p25-55c9-h58q.json index 9dab173e3cc..9887f35e0a0 100644 --- a/advisories/github-reviewed/2021/11/GHSA-2p25-55c9-h58q/GHSA-2p25-55c9-h58q.json +++ b/advisories/github-reviewed/2021/11/GHSA-2p25-55c9-h58q/GHSA-2p25-55c9-h58q.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-2p25-55c9-h58q", - "modified": "2021-11-08T22:53:02Z", + "modified": "2024-11-13T21:43:28Z", "published": "2021-11-10T19:33:58Z", "aliases": [ "CVE-2021-41198" @@ -12,6 +12,10 @@ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N" } ], "affected": [ @@ -185,6 +189,63 @@ ] } ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "tensorflow-cpu" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.7.0rc0" + }, + { + "fixed": "2.7.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "tensorflow-gpu" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.7.0rc0" + }, + { + "fixed": "2.7.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "tensorflow" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.7.0rc0" + }, + { + "fixed": "2.7.0" + } + ] + } + ] } ], "references": [ @@ -204,6 +265,18 @@ "type": "WEB", "url": "https://github.com/tensorflow/tensorflow/commit/9294094df6fea79271778eb7e7ae1bad8b5ef98f" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/tensorflow-cpu/PYSEC-2021-608.yaml" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/tensorflow-gpu/PYSEC-2021-806.yaml" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/tensorflow/PYSEC-2021-391.yaml" + }, { "type": "PACKAGE", "url": "https://github.com/tensorflow/tensorflow"