mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-06-21 05:40:25 +00:00
Kubernetes CVEs public now
This commit is contained in:
parent
079cf2254a
commit
5eb8a8cdb9
@ -1,10 +1,61 @@
|
|||||||
{
|
{
|
||||||
"CVE_data_meta" : {
|
"CVE_data_meta" : {
|
||||||
"ASSIGNER" : "cve@mitre.org",
|
"ASSIGNER" : "jordan@liggitt.net",
|
||||||
"DATE_ASSIGNED" : "2017-12-06",
|
"DATE_ASSIGNED" : "2017-12-06",
|
||||||
"ID" : "CVE-2017-1002101",
|
"ID" : "CVE-2017-1002101",
|
||||||
"STATE" : "RESERVED"
|
"STATE" : "PUBLIC"
|
||||||
},
|
},
|
||||||
|
"affects" : {
|
||||||
|
"vendor" : {
|
||||||
|
"vendor_data" : [
|
||||||
|
{
|
||||||
|
"product" : {
|
||||||
|
"product_data" : [
|
||||||
|
{
|
||||||
|
"product_name" : "Kubernetes",
|
||||||
|
"version" : {
|
||||||
|
"version_data" : [
|
||||||
|
{
|
||||||
|
"version_affected" : "=",
|
||||||
|
"version_value" : "v1.3.x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version_affected" : "=",
|
||||||
|
"version_value" : "v1.4.x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version_affected" : "=",
|
||||||
|
"version_value" : "v1.5.x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version_affected" : "=",
|
||||||
|
"version_value" : "v1.6.x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version_affected" : "<",
|
||||||
|
"version_value" : "v1.7.14"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version_affected" : "<",
|
||||||
|
"version_value" : "v1.8.9"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version_affected" : "<",
|
||||||
|
"version_value" : "v1.9.4"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"vendor_name" : "Kubernetes"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"credit" : [
|
||||||
|
"Reported by Maxim Ivanov"
|
||||||
|
],
|
||||||
"data_format" : "MITRE",
|
"data_format" : "MITRE",
|
||||||
"data_type" : "CVE",
|
"data_type" : "CVE",
|
||||||
"data_version" : "4.0",
|
"data_version" : "4.0",
|
||||||
@ -12,7 +63,42 @@
|
|||||||
"description_data" : [
|
"description_data" : [
|
||||||
{
|
{
|
||||||
"lang" : "eng",
|
"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" : "In Kubernetes versions 1.3.x, 1.4.x, 1.5.x, 1.6.x and prior to versions 1.7.14, 1.8.9 and 1.9.4 containers using subpath volume mounts with any volume type (including non-privileged pods, subject to file permissions) can access files/directories outside of the volume, including the host’s filesystem."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"impact" : {
|
||||||
|
"cvss" : {
|
||||||
|
"attackComplexity" : "LOW",
|
||||||
|
"attackVector" : "NETWORK",
|
||||||
|
"availabilityImpact" : "HIGH",
|
||||||
|
"baseScore" : 8.8,
|
||||||
|
"baseSeverity" : "HIGH",
|
||||||
|
"confidentialityImpact" : "HIGH",
|
||||||
|
"integrityImpact" : "HIGH",
|
||||||
|
"privilegesRequired" : "LOW",
|
||||||
|
"scope" : "UNCHANGED",
|
||||||
|
"userInteraction" : "NONE",
|
||||||
|
"vectorString" : "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
|
||||||
|
"version" : "3.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"problemtype" : {
|
||||||
|
"problemtype_data" : [
|
||||||
|
{
|
||||||
|
"description" : [
|
||||||
|
{
|
||||||
|
"lang" : "eng",
|
||||||
|
"value" : "handled symbolic links insecurely"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"references" : {
|
||||||
|
"reference_data" : [
|
||||||
|
{
|
||||||
|
"url" : "https://github.com/kubernetes/kubernetes/issues/60813"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,10 +1,61 @@
|
|||||||
{
|
{
|
||||||
"CVE_data_meta" : {
|
"CVE_data_meta" : {
|
||||||
"ASSIGNER" : "cve@mitre.org",
|
"ASSIGNER" : "jordan@liggitt.net",
|
||||||
"DATE_ASSIGNED" : "2017-12-06",
|
"DATE_ASSIGNED" : "2017-12-06",
|
||||||
"ID" : "CVE-2017-1002102",
|
"ID" : "CVE-2017-1002102",
|
||||||
"STATE" : "RESERVED"
|
"STATE" : "PUBLIC"
|
||||||
},
|
},
|
||||||
|
"affects" : {
|
||||||
|
"vendor" : {
|
||||||
|
"vendor_data" : [
|
||||||
|
{
|
||||||
|
"product" : {
|
||||||
|
"product_data" : [
|
||||||
|
{
|
||||||
|
"product_name" : "Kubernetes",
|
||||||
|
"version" : {
|
||||||
|
"version_data" : [
|
||||||
|
{
|
||||||
|
"version_affected" : "=",
|
||||||
|
"version_value" : "v1.3.x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version_affected" : "=",
|
||||||
|
"version_value" : "v1.4.x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version_affected" : "=",
|
||||||
|
"version_value" : "v1.5.x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version_affected" : "=",
|
||||||
|
"version_value" : "v1.6.x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version_affected" : "<",
|
||||||
|
"version_value" : "v1.7.14"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version_affected" : "<",
|
||||||
|
"version_value" : "v1.8.9"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version_affected" : "<",
|
||||||
|
"version_value" : "v1.9.4"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"vendor_name" : "Kubernetes"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"credit" : [
|
||||||
|
"Reported by Joel Smith of Red Hat"
|
||||||
|
],
|
||||||
"data_format" : "MITRE",
|
"data_format" : "MITRE",
|
||||||
"data_type" : "CVE",
|
"data_type" : "CVE",
|
||||||
"data_version" : "4.0",
|
"data_version" : "4.0",
|
||||||
@ -12,7 +63,42 @@
|
|||||||
"description_data" : [
|
"description_data" : [
|
||||||
{
|
{
|
||||||
"lang" : "eng",
|
"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" : "In Kubernetes versions 1.3.x, 1.4.x, 1.5.x, 1.6.x and prior to versions 1.7.14, 1.8.9 and 1.9.4 containers using a secret, configMap, projected or downwardAPI volume can trigger deletion of arbitrary files/directories from the nodes where they are running."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"impact" : {
|
||||||
|
"cvss" : {
|
||||||
|
"attackComplexity" : "LOW",
|
||||||
|
"attackVector" : "NETWORK",
|
||||||
|
"availabilityImpact" : "HIGH",
|
||||||
|
"baseScore" : 6.5,
|
||||||
|
"baseSeverity" : "MEDIUM",
|
||||||
|
"confidentialityImpact" : "NONE",
|
||||||
|
"integrityImpact" : "LOW",
|
||||||
|
"privilegesRequired" : "LOW",
|
||||||
|
"scope" : "UNCHANGED",
|
||||||
|
"userInteraction" : "NONE",
|
||||||
|
"vectorString" : "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H",
|
||||||
|
"version" : "3.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"problemtype" : {
|
||||||
|
"problemtype_data" : [
|
||||||
|
{
|
||||||
|
"description" : [
|
||||||
|
{
|
||||||
|
"lang" : "eng",
|
||||||
|
"value" : "handled symbolic links insecurely"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"references" : {
|
||||||
|
"reference_data" : [
|
||||||
|
{
|
||||||
|
"url" : "https://github.com/kubernetes/kubernetes/issues/60814"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user