From f610fe200b8923c23fe326f351e0c32c8c4cb3df Mon Sep 17 00:00:00 2001 From: "Shelby J. Cunningham" Date: Fri, 9 Apr 2021 14:06:11 -0400 Subject: [PATCH] Add CVE-2021-21432 for GHSA-8j3f-mhq8-gmh4 --- 2021/21xxx/CVE-2021-21432.json | 97 +++++++++++++++++++++++++++++++--- 1 file changed, 91 insertions(+), 6 deletions(-) diff --git a/2021/21xxx/CVE-2021-21432.json b/2021/21xxx/CVE-2021-21432.json index 9c1402d67cb..328bc5221f5 100644 --- a/2021/21xxx/CVE-2021-21432.json +++ b/2021/21xxx/CVE-2021-21432.json @@ -1,18 +1,103 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-21432", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Reject unauthorized access with GitHub PATs" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "server", + "version": { + "version_data": [ + { + "version_value": ">= 0.7.0, < 0.7.5" + } + ] + } + } + ] + }, + "vendor_name": "go-vela" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "Vela is a Pipeline Automation (CI/CD) framework built on Linux container technology written in Golang. An authentication mechanism added in version 0.7.0 enables some malicious user to obtain secrets utilizing the injected credentials within the `~/.netrc` file. Refer to the referenced GitHub Security Advisory for complete details. This is fixed in version 0.7.5." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "ADJACENT_NETWORK", + "availabilityImpact": "LOW", + "baseScore": 7.5, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:A/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:L", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-285 Improper Authorization" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/go-vela/server/security/advisories/GHSA-8j3f-mhq8-gmh4", + "refsource": "CONFIRM", + "url": "https://github.com/go-vela/server/security/advisories/GHSA-8j3f-mhq8-gmh4" + }, + { + "name": "https://pkg.go.dev/github.com/go-vela/server", + "refsource": "MISC", + "url": "https://pkg.go.dev/github.com/go-vela/server" + }, + { + "name": "https://github.com/go-vela/server/releases/tag/v0.7.5", + "refsource": "MISC", + "url": "https://github.com/go-vela/server/releases/tag/v0.7.5" + }, + { + "name": "https://github.com/go-vela/server/pull/337", + "refsource": "MISC", + "url": "https://github.com/go-vela/server/pull/337" + }, + { + "name": "https://github.com/go-vela/server/commit/cb4352918b8ecace9fe969b90404d337b0744d46", + "refsource": "MISC", + "url": "https://github.com/go-vela/server/commit/cb4352918b8ecace9fe969b90404d337b0744d46" + } + ] + }, + "source": { + "advisory": "GHSA-8j3f-mhq8-gmh4", + "discovery": "UNKNOWN" } } \ No newline at end of file