CVE-2018-1002102

This commit is contained in:
Jordan Liggitt 2019-12-05 10:27:11 -05:00
parent df46ee9324
commit 322476f957
No known key found for this signature in database
GPG Key ID: 39928704103C7229

View File

@ -1,9 +1,35 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"DATE_ASSIGNED": "2018-07-20",
"ASSIGNER": "security@kubernetes.io",
"DATE_PUBLIC": "2018-09-26",
"ID": "CVE-2018-1002102",
"STATE": "RESERVED"
"STATE": "PUBLIC",
"TITLE": "Kubernetes API server follows unvalidated redirects from streaming Kubelet endpoints"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Kubernetes",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "v1.14",
"version_value": "v1.14.0"
}
]
}
}
]
},
"vendor_name": "Kubernetes"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
@ -12,8 +38,60 @@
"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": "Improper validation of URL redirection in the Kubernetes API server in versions prior to v1.14.0 allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints to arbitrary hosts. Impacted API servers will follow the redirect as a GET request with client-certificate credentials for authenticating to the Kubelet."
}
]
}
}
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 2.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-601 URL Redirection to Untrusted Site ('Open Redirect')"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/kubernetes/kubernetes/issues/85867",
"refsource": "CONFIRM",
"url": "https://github.com/kubernetes/kubernetes/issues/85867"
}
]
},
"source": {
"defect": [
"https://github.com/kubernetes/kubernetes/issues/85867"
],
"discovery": "USER"
},
"work_around": [
{
"lang": "eng",
"value": "For Kubernetes versions >= v1.10.0, the ValidateProxyRedirects feature can be manually enabled with the kube-apiserver flag --feature-gates=ValidateProxyRedirects=true"
}
]
}