mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
98 lines
3.5 KiB
JSON
98 lines
3.5 KiB
JSON
{
|
|
"CVE_data_meta": {
|
|
"ASSIGNER": "security-advisories@github.com",
|
|
"ID": "CVE-2020-11012",
|
|
"STATE": "PUBLIC",
|
|
"TITLE": "Authentication bypass MinIO Admin API"
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "minio",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_value": "< RELEASE.2020-04-23T00-58-49Z"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"vendor_name": "MinIO"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"data_format": "MITRE",
|
|
"data_type": "CVE",
|
|
"data_version": "4.0",
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "MinIO versions before RELEASE.2020-04-23T00-58-49Z have an authentication bypass issue in the MinIO admin API. Given an admin access key, it is possible to perform admin API operations i.e. creating new service accounts for existing access keys - without knowing the admin secret key. This has been fixed and released in version RELEASE.2020-04-23T00-58-49Z."
|
|
}
|
|
]
|
|
},
|
|
"impact": {
|
|
"cvss": {
|
|
"attackComplexity": "LOW",
|
|
"attackVector": "NETWORK",
|
|
"availabilityImpact": "NONE",
|
|
"baseScore": 9.3,
|
|
"baseSeverity": "CRITICAL",
|
|
"confidentialityImpact": "LOW",
|
|
"integrityImpact": "HIGH",
|
|
"privilegesRequired": "NONE",
|
|
"scope": "CHANGED",
|
|
"userInteraction": "NONE",
|
|
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:N",
|
|
"version": "3.1"
|
|
}
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-305: Authentication Bypass by Primary Weakness"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"name": "https://github.com/minio/minio/security/advisories/GHSA-xv4r-vccv-mg4w",
|
|
"refsource": "CONFIRM",
|
|
"url": "https://github.com/minio/minio/security/advisories/GHSA-xv4r-vccv-mg4w"
|
|
},
|
|
{
|
|
"name": "https://github.com/minio/minio/pull/9422",
|
|
"refsource": "MISC",
|
|
"url": "https://github.com/minio/minio/pull/9422"
|
|
},
|
|
{
|
|
"name": "https://github.com/minio/minio/commit/4cd6ca02c7957aeb2de3eede08b0754332a77923",
|
|
"refsource": "MISC",
|
|
"url": "https://github.com/minio/minio/commit/4cd6ca02c7957aeb2de3eede08b0754332a77923"
|
|
},
|
|
{
|
|
"name": "https://github.com/minio/minio/releases/tag/RELEASE.2020-04-23T00-58-49Z",
|
|
"refsource": "MISC",
|
|
"url": "https://github.com/minio/minio/releases/tag/RELEASE.2020-04-23T00-58-49Z"
|
|
}
|
|
]
|
|
},
|
|
"source": {
|
|
"advisory": "GHSA-xv4r-vccv-mg4w",
|
|
"discovery": "UNKNOWN"
|
|
}
|
|
} |