-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCVE-2018-10856.json
178 lines (178 loc) · 5.15 KB
/
CVE-2018-10856.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"schema_version": "1.6.3",
"id": "CVE-2018-10856",
"modified": "2019-10-09T23:33:04.867000Z",
"published": "2018-07-03T01:29:00.643000Z",
"aliases": [],
"related": [],
"summary": "It has been discovered that podman before version 0.6.1 does not drop capabilities when executing a container as a non-root user. This results in unnecessary privileges being granted to the container. Se ha descubierto que podman en versiones anteriores a la 0.6.1 no deja capacidades cuando ejecuta un contenedor como usuario no-root. Esto resulta en que se otorgan privilegios innecesarios al contenedor.. CWE-732",
"details": "It has been discovered that podman before version 0.6.1 does not drop capabilities when executing a container as a non-root user. This results in unnecessary privileges being granted to the container",
"severity": [
{
"type": "CVSS_V2",
"score": "6.5"
},
{
"type": "CVSS_V3",
"score": "5.3"
}
],
"affected": [
{
"package": {
"name": "visit repo url",
"purl": "https://github.com/projectatomic/libpod"
},
"severity": [],
"ranges": [
{
"type": "SEMVER",
"events": [
{
"fixed": "0.6.1"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://access.redhat.com/errata/RHSA-2018:2037"
},
{
"type": "WEB",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10856"
},
{
"type": "WEB",
"url": "https://github.com/projectatomic/libpod/commit/bae80a0b663925ec751ad2784ca32989403cdc24"
}
],
"credits": [
{
"name": "Daniel J Walsh",
"type": "REMEDIATION_DEVELOPER"
}
],
"database_specific": {
"metrics": {
"cvssMetricV30": [
{
"source": "[email protected]",
"type": "Primary",
"cvssData": {
"version": "3.0",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH"
},
"exploitabilityScore": 2.8,
"impactScore": 5.9
},
{
"source": "[email protected]",
"type": "Secondary",
"cvssData": {
"version": "3.0",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"attackVector": "LOCAL",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM"
},
"exploitabilityScore": 1.8,
"impactScore": 3.4
}
],
"cvssMetricV2": [
{
"source": "[email protected]",
"type": "Primary",
"cvssData": {
"version": "2.0",
"vectorString": "AV:N/AC:L/Au:S/C:P/I:P/A:P",
"accessVector": "NETWORK",
"accessComplexity": "LOW",
"authentication": "SINGLE",
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"availabilityImpact": "PARTIAL",
"baseScore": 6.5
},
"baseSeverity": "MEDIUM",
"exploitabilityScore": 8.0,
"impactScore": 6.4,
"acInsufInfo": false,
"obtainAllPrivilege": false,
"obtainUserPrivilege": false,
"obtainOtherPrivilege": false,
"userInteractionRequired": false
}
]
},
"cwe_details": [
{
"cwe_id": "CWE-732",
"name": "Primary",
"description": "",
"source": "[email protected]",
"url": ""
},
{
"cwe_id": "CWE-250",
"name": "Secondary",
"description": "",
"source": "[email protected]",
"url": ""
}
],
"repositories": [
{
"url": "https://github.com/projectatomic/libpod",
"name": "visit repo url",
"description": "visit repo url",
"date_created": "visit repo url",
"date_last_push": "visit repo url",
"owner": "projectatomic",
"forks_count": "visit repo url",
"stars_count": "visit repo url",
"repo_language": "visit repo url"
}
],
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:libpod_project:libpod:*:*:*:*:*:*:*:*",
"matchCriteriaId": "AA1A340D-B1C2-48F0-A7E6-BE8C639B4626",
"versionEndExcluding": "0.6.1"
}
]
}
],
"datasources": {
"govuln": false,
"nvd": true,
"cvefixes": true
}
}
}