From 9b1f5ed21937c1d67675def541e78ff59de99352 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:28:46 +0000 Subject: [PATCH] Publish Advisories GHSA-53mr-44pp-crf4 GHSA-g3p5-fjj9-h8gj --- .../GHSA-53mr-44pp-crf4.json | 23 ++++++++++++------- .../GHSA-g3p5-fjj9-h8gj.json | 17 +++++++++++--- 2 files changed, 29 insertions(+), 11 deletions(-) diff --git a/advisories/github-reviewed/2022/05/GHSA-53mr-44pp-crf4/GHSA-53mr-44pp-crf4.json b/advisories/github-reviewed/2022/05/GHSA-53mr-44pp-crf4/GHSA-53mr-44pp-crf4.json index b2f86eaeee3..f09065a891c 100644 --- a/advisories/github-reviewed/2022/05/GHSA-53mr-44pp-crf4/GHSA-53mr-44pp-crf4.json +++ b/advisories/github-reviewed/2022/05/GHSA-53mr-44pp-crf4/GHSA-53mr-44pp-crf4.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-53mr-44pp-crf4", - "modified": "2023-10-19T17:39:17Z", + "modified": "2024-10-09T21:26:58Z", "published": "2022-05-13T01:11:25Z", "aliases": [ "CVE-2014-8991" @@ -9,7 +9,14 @@ "summary": "pip lack of randomness in build directory", "details": "pip 1.3 through 1.5.6 allows local users to cause a denial of service (prevention of package installation) by creating a `/tmp/pip-build-*` file for another user.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P" + } ], "affected": [ { @@ -22,7 +29,7 @@ "type": "ECOSYSTEM", "events": [ { - "introduced": "0" + "introduced": "1.3" }, { "fixed": "6.0" @@ -49,6 +56,10 @@ "type": "WEB", "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725847" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/pip/PYSEC-2014-11.yaml" + }, { "type": "PACKAGE", "url": "https://github.com/pypa/pip" @@ -64,17 +75,13 @@ { "type": "WEB", "url": "http://www.oracle.com/technetwork/topics/security/bulletinjul2015-2511963.html" - }, - { - "type": "WEB", - "url": "http://www.securityfocus.com/bid/71209" } ], "database_specific": { "cwe_ids": [ ], - "severity": "LOW", + "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-10-19T17:39:17Z", "nvd_published_at": "2014-11-24T15:59:00Z" diff --git a/advisories/github-reviewed/2022/05/GHSA-g3p5-fjj9-h8gj/GHSA-g3p5-fjj9-h8gj.json b/advisories/github-reviewed/2022/05/GHSA-g3p5-fjj9-h8gj/GHSA-g3p5-fjj9-h8gj.json index 6825610e28e..ef3877e25d2 100644 --- a/advisories/github-reviewed/2022/05/GHSA-g3p5-fjj9-h8gj/GHSA-g3p5-fjj9-h8gj.json +++ b/advisories/github-reviewed/2022/05/GHSA-g3p5-fjj9-h8gj/GHSA-g3p5-fjj9-h8gj.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-g3p5-fjj9-h8gj", - "modified": "2022-07-08T19:00:03Z", + "modified": "2024-10-09T21:27:59Z", "published": "2022-05-13T01:11:25Z", "aliases": [ "CVE-2013-1629" @@ -9,7 +9,14 @@ "summary": "Improper Input Validation in pip", "details": "pip before 1.3 uses HTTP to retrieve packages from the PyPI repository, and does not perform integrity checks on package contents, which allows man-in-the-middle attackers to execute arbitrary code via a crafted response to a \"pip install\" operation.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P" + } ], "affected": [ { @@ -57,6 +64,10 @@ "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/pip/PYSEC-2013-8.yaml" }, + { + "type": "PACKAGE", + "url": "https://github.com/pypa/pip" + }, { "type": "WEB", "url": "http://www.pip-installer.org/en/latest/installing.html" @@ -74,7 +85,7 @@ "cwe_ids": [ "CWE-20" ], - "severity": "MODERATE", + "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2022-07-08T19:00:03Z", "nvd_published_at": "2013-08-06T02:52:00Z"