mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
103 lines
3.7 KiB
JSON
103 lines
3.7 KiB
JSON
{
|
|
"CVE_data_meta": {
|
|
"ASSIGNER": "security-advisories@github.com",
|
|
"ID": "CVE-2021-21432",
|
|
"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": "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"
|
|
}
|
|
} |