Add CVE-2021-21432 for GHSA-8j3f-mhq8-gmh4

This commit is contained in:
Shelby J. Cunningham 2021-04-09 14:06:11 -04:00
parent 188ef24d00
commit f610fe200b
No known key found for this signature in database
GPG Key ID: 0781D7D998EB82AA

View File

@ -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"
}
}