mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-53mr-44pp-crf4 GHSA-g3p5-fjj9-h8gj
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user