forked from CVEProject/cvelist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCVE-2018-1002100.json
109 lines (109 loc) · 3.48 KB
/
CVE-2018-1002100.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"CVE_data_meta" : {
"ASSIGNER" : "jordan@liggitt.net",
"DATE_ASSIGNED" : "2018-04-13",
"ID" : "CVE-2018-1002100",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Kubernetes",
"version" : {
"version_data" : [
{
"version_affected" : "=",
"version_value" : "v1.5.x"
},
{
"version_affected" : "=",
"version_value" : "v1.6.x"
},
{
"version_affected" : "=",
"version_value" : "v1.7.x"
},
{
"version_affected" : "=",
"version_value" : "v1.8.x"
},
{
"version_affected" : "<",
"version_value" : "v1.9.6"
}
]
}
}
]
},
"vendor_name" : "Kubernetes"
}
]
}
},
"credit" : [
"Reported by Michael Hanselmann"
],
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "In Kubernetes versions 1.5.x, 1.6.x, 1.7.x, 1.8.x, and prior to version 1.9.6, the kubectl cp command insecurely handles tar data returned from the container, and can be caused to overwrite arbitrary local files."
}
]
},
"impact" : {
"cvss" : {
"attackComplexity" : "HIGH",
"attackVector" : "NETWORK",
"availabilityImpact" : "NONE",
"baseScore" : 4.2,
"baseSeverity" : "MEDIUM",
"confidentialityImpact" : "NONE",
"integrityImpact" : "HIGH",
"privilegesRequired" : "HIGH",
"scope" : "UNCHANGED",
"userInteraction" : "REQUIRED",
"vectorString" : "CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:H/A:N",
"version" : "3.0"
}
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "directory traversal vulnerability"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "https://hansmi.ch/articles/2018-04-openshift-s2i-security",
"refsource" : "MISC",
"url" : "https://hansmi.ch/articles/2018-04-openshift-s2i-security"
},
{
"name" : "https://bugzilla.redhat.com/show_bug.cgi?id=1564305",
"refsource" : "CONFIRM",
"url" : "https://bugzilla.redhat.com/show_bug.cgi?id=1564305"
},
{
"name" : "https://github.com/kubernetes/kubernetes/issues/61297",
"refsource" : "CONFIRM",
"url" : "https://github.com/kubernetes/kubernetes/issues/61297"
}
]
}
}