cvelist/2022/2xxx/CVE-2022-2385.json
2022-07-12 19:00:41 +00:00

111 lines
3.6 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "security@kubernetes.io",
"DATE_PUBLIC": "2022-07-11T16:00:00.000Z",
"ID": "CVE-2022-2385",
"STATE": "PUBLIC",
"TITLE": "AccessKeyID validation bypass"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "aws-iam-authenticator",
"version": {
"version_data": [
{
"version_affected": ">=",
"version_value": "v0.5.2"
},
{
"version_affected": "<",
"version_value": "v0.5.9"
}
]
}
}
]
},
"vendor_name": "Kubernetes"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Gafnit Amiga"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "A security issue was discovered in aws-iam-authenticator where an allow-listed IAM identity may be able to modify their username and escalate privileges."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-20 Improper Input Validation"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://github.com/kubernetes-sigs/aws-iam-authenticator/issues/472",
"name": "https://github.com/kubernetes-sigs/aws-iam-authenticator/issues/472"
},
{
"refsource": "MISC",
"url": "https://groups.google.com/a/kubernetes.io/g/dev/c/EMxHpU-1ZYs",
"name": "https://groups.google.com/a/kubernetes.io/g/dev/c/EMxHpU-1ZYs"
}
]
},
"source": {
"defect": [
"https://github.com/kubernetes-sigs/aws-iam-authenticator/issues/472"
],
"discovery": "EXTERNAL"
},
"work_around": [
{
"lang": "eng",
"value": "Prior to upgrading, this vulnerability can be mitigated by not using the {{AccessKeyID}} template value to construct usernames."
}
]
}