-
Notifications
You must be signed in to change notification settings - Fork 36
/
Computed-CVE-2014-0751-Coordinator-with-tree.json
552 lines (552 loc) · 18.5 KB
/
Computed-CVE-2014-0751-Coordinator-with-tree.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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
{
"role": "Coordinator",
"id": "CVE-2014-0751",
"version": "2.0.3",
"computed": "SSVCv2/E:A/V:S/T:T/P:M/B:A/M:M/D:A/2021-09-29T15:29:44Z/",
"timestamp": "2021-09-29T15:29:44Z",
"options": [
{
"Exploitation": "active"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
},
{
"Mission Prevalence": "Minimal"
},
{
"Public Well-being Impact": "Material"
},
{
"Mission & Well-being": "medium"
}
],
"$schema": "https://democert.org/ssvc/SSVC_Computed_v2.02.schema.json",
"decision_tree_url": "https://democert.org/ssvc/CISA-Coordinator-v2.0.3.json",
"decision_tree": {
"decision_points": [
{
"label": "Exploitation",
"decision_type": "simple",
"key": "E",
"options": [
{
"label": "none",
"key": "N",
"description": "There is no evidence of active exploitation and no public proof of concept (PoC) of how to exploit the vulnerability."
},
{
"label": "poc",
"key": "P",
"description": "One of the following cases is true: (1) private evidence of exploitation is attested but not shared; (2) widespread hearsay attests to exploitation; (3) typical public PoC in places such as Metasploit or ExploitDB; or (4) the vulnerability has a well-known method of exploitation. Some examples of condition (4) are open-source web proxies serve as the PoC code for how to exploit any vulnerability in the vein of improper validation of TLS certificates. As another example, Wireshark serves as a PoC for packet replay attacks on ethernet or WiFi networks."
},
{
"label": "active",
"key": "A",
"description": "Shared, observable, reliable evidence that the exploit is being used in the wild by real attackers; there is credible public reporting."
}
]
},
{
"label": "Automatable",
"key": "V",
"decision_type": "simple",
"options": [
{
"label": "no",
"key": "N",
"description": "Steps 1-4 of the kill chain cannot be reliably automated for this vulnerability for some reason. These steps are reconnaissance, weaponization, delivery, and exploitation. Example reasons for why a step may not be reliably automatable include (1) the vulnerable component is not searchable or enumerable on the network, (2) weaponization may require human direction for each target, (3) delivery may require channels that widely deployed network security configurations block, and (4) exploitation may be frustrated by adequate exploit-prevention techniques enabled by default; ASLR is an example of an exploit-prevention tool."
},
{
"label": "yes",
"key": "Y",
"description": "Steps 1-4 of the of the kill chain can be reliably automated. If the vulnerability allows unauthenticated remote code execution (RCE) or command injection, the response is likely yes."
}
]
},
{
"label": "Technical Impact",
"key": "T",
"decision_type": "simple",
"options": [
{
"label": "partial",
"key": "P",
"description": "The exploit gives the adversary limited control over, or information exposure about, the behavior of the software that contains the vulnerability. Or the exploit gives the adversary an importantly low stochastic opportunity for total control. In this context, \"low\" means that the attacker cannot reasona-bly make enough attempts to overcome the low chance of each attempt not working. Denial of service is a form of limited control over the behavior of the vulnerable component."
},
{
"label": "total",
"key": "T",
"description": "The exploit gives the adversary total control over the behavior of the software, or it gives total disclosure of all information on the system that contains the vulnerability."
}
]
},
{
"label": "Public Well-being Impact",
"key": "B",
"decision_type": "simple",
"options": [
{
"label": "Minimal",
"key": "M",
"description": "Type of harm is \"All\" (Physical, Environmental,Financial,Psychological). The effect is below the threshold for all aspects described in material."
},
{
"label": "Material",
"key": "A",
"description": "Any one or more of the conditions (Physical, Environmental,Financial,Psychological) hold. \"Physical harm\" means \"Physical distress or injuries for users of the system OR introduces occupational safety hazards OR reduction and/or failure of cyber-physical system’s safety margins.\" \"Environment\" means \"Major externalities (property damage, environmental damage, etc.) imposed on other parties.\" \"Financial\" means \"Financial losses that likely lead to bankruptcy of multiple persons.\" \"Psychological\" means \"Widespread emotional or psychological harm, sufficient to be cause for counselling or therapy, to populations of people.\""
},
{
"label": "Irreversible",
"key": "I",
"description": "Any one or more of the following conditions hold. \"Physical harm\" means \"Multiple fatalities likely OR loss or destruction of cyber-physical system of which the vulnerable component is a part.\" \"Environment\" means \"Extreme or serious externalities (immediate public health threat, environmental damage leading to small ecosystem collapse, etc.) imposed on other parties.\" \"Financial\" means \"Social systems (elections, financial grid, etc.) supported by the software are destabilized and potentially collapse.\""
}
]
},
{
"label": "Mission Prevalence",
"key": "P",
"decision_type": "simple",
"options": [
{
"label": "Minimal",
"key": "M",
"description": "Neither support nor essential apply. The vulnerable component may be used within the entities, but it is not used as a mission-essential component nor does it support (enough) mission essential functions."
},
{
"label": "Support",
"key": "S",
"description": "The operation of the vulnerable component merely supports mission essential functions for two or more entities."
},
{
"label": "Essential",
"key": "E",
"description": "The vulnerable component directly provides capabilities that constitute at least one MEF for at least one entity, and failure may (but need not) lead to overall mission failure."
}
]
},
{
"label": "Mission & Well-being",
"key": "M",
"decision_type": "complex",
"children": [
{
"label": "Mission Prevalence"
},
{
"label": "Public Well-being Impact"
}
],
"options": [
{
"label": "low",
"key": "L",
"description": "Mission Prevalence is Low and Public well-being impact is Minimal",
"child_combinations": [
[
{
"child_label": "Mission Prevalence",
"child_key": "M",
"child_option_labels": [
"Minimal"
],
"child_option_keys": [
"M"
]
},
{
"child_label": "Public Well-being Impact",
"child_option_labels": [
"Minimal"
]
}
]
]
},
{
"label": "medium",
"key": "M",
"description": "Mission Prevalence is Medium and Public well-being impact is in Material",
"child_combinations": [
[
{
"child_label": "Mission Prevalence",
"child_key": "M",
"child_option_labels": [
"Support"
],
"child_option_keys": [
"S"
]
},
{
"child_label": "Public Well-being Impact",
"child_option_labels": [
"Minimal",
"Material"
]
}
],
[
{
"child_label": "Mission Prevalence",
"child_key": "M",
"child_option_labels": [
"Minimal"
],
"child_option_keys": [
"M"
]
},
{
"child_label": "Public Well-being Impact",
"child_option_labels": [
"Material"
]
}
]
]
},
{
"label": "high",
"key": "H",
"description": "Mission Prevalence is Essential and Public well-being impact is Irreversible",
"child_combinations": [
[
{
"child_label": "Mission Prevalence",
"child_key": "M",
"child_option_labels": [
"Essential"
],
"child_option_keys": [
"E"
]
},
{
"child_label": "Public Well-being Impact",
"child_option_labels": [
"Minimal",
"Material",
"Irreversible"
]
}
],
[
{
"child_label": "Mission Prevalence",
"child_key": "M",
"child_option_labels": [
"Minimal",
"Support"
],
"child_option_keys": [
"M",
"S"
]
},
{
"child_label": "Public Well-being Impact",
"child_option_labels": [
"Irreversible"
]
}
]
]
}
]
},
{
"label": "Decision",
"key": "D",
"decision_type": "final",
"options": [
{
"label": "Track",
"key": "T",
"description": "The vulnerability does not require attention outside of Vulnerability Management (VM) at this time. Continue to track the situation and reassess the severity of vulnerability if necessary.",
"color": "#28a745"
},
{
"label": "Track*",
"key": "R",
"description": "Track these closely, especially if mitigation is unavailable or difficult. Recommended that analyst discuss with other ana-lysts and get a second opinion.",
"color": "#ffc107"
},
{
"label": "Attend",
"key": "A",
"description": "The vulnerability requires to be attended to by stakeholders outside VM. The action is a request to others for assistance / information / details, as well as a potential publication about the issue.",
"color": "#EE8733"
},
{
"label": "Act",
"key": "C",
"description": "The vulnerability requires immediate action by the relevant leadership. The action is a high-priority meeting among the relevant supervisors to decide how to respond.",
"color": "#dc3545"
}
]
}
],
"decisions_table": [
{
"Exploitation": "none",
"Automatable": "no",
"Technical Impact": "partial",
"Mission & Well-being": "low",
"Decision": "Track"
},
{
"Decision": "Track",
"Exploitation": "none",
"Automatable": "no",
"Technical Impact": "partial",
"Mission & Well-being": "medium"
},
{
"Decision": "Track",
"Exploitation": "none",
"Automatable": "no",
"Technical Impact": "partial",
"Mission & Well-being": "high"
},
{
"Decision": "Track",
"Exploitation": "none",
"Automatable": "no",
"Technical Impact": "total",
"Mission & Well-being": "low"
},
{
"Decision": "Track",
"Exploitation": "none",
"Automatable": "no",
"Technical Impact": "total",
"Mission & Well-being": "medium"
},
{
"Decision": "Track*",
"Exploitation": "none",
"Automatable": "no",
"Technical Impact": "total",
"Mission & Well-being": "high"
},
{
"Decision": "Track",
"Exploitation": "none",
"Automatable": "yes",
"Technical Impact": "partial",
"Mission & Well-being": "low"
},
{
"Decision": "Track",
"Exploitation": "none",
"Automatable": "yes",
"Technical Impact": "partial",
"Mission & Well-being": "medium"
},
{
"Decision": "Attend",
"Exploitation": "none",
"Automatable": "yes",
"Technical Impact": "partial",
"Mission & Well-being": "high"
},
{
"Decision": "Track",
"Exploitation": "none",
"Automatable": "yes",
"Technical Impact": "total",
"Mission & Well-being": "low"
},
{
"Decision": "Track",
"Exploitation": "none",
"Automatable": "yes",
"Technical Impact": "total",
"Mission & Well-being": "medium"
},
{
"Decision": "Attend",
"Exploitation": "none",
"Automatable": "yes",
"Technical Impact": "total",
"Mission & Well-being": "high"
},
{
"Decision": "Track",
"Exploitation": "poc",
"Automatable": "no",
"Technical Impact": "partial",
"Mission & Well-being": "low"
},
{
"Decision": "Track",
"Exploitation": "poc",
"Automatable": "no",
"Technical Impact": "partial",
"Mission & Well-being": "medium"
},
{
"Decision": "Track*",
"Exploitation": "poc",
"Automatable": "no",
"Technical Impact": "partial",
"Mission & Well-being": "high"
},
{
"Decision": "Track",
"Exploitation": "poc",
"Automatable": "no",
"Technical Impact": "total",
"Mission & Well-being": "low"
},
{
"Decision": "Track*",
"Exploitation": "poc",
"Automatable": "no",
"Technical Impact": "total",
"Mission & Well-being": "medium"
},
{
"Decision": "Attend",
"Exploitation": "poc",
"Automatable": "no",
"Technical Impact": "total",
"Mission & Well-being": "high"
},
{
"Decision": "Track",
"Exploitation": "poc",
"Automatable": "yes",
"Technical Impact": "partial",
"Mission & Well-being": "low"
},
{
"Decision": "Track",
"Exploitation": "poc",
"Automatable": "yes",
"Technical Impact": "partial",
"Mission & Well-being": "medium"
},
{
"Decision": "Attend",
"Exploitation": "poc",
"Automatable": "yes",
"Technical Impact": "partial",
"Mission & Well-being": "high"
},
{
"Decision": "Track",
"Exploitation": "poc",
"Automatable": "yes",
"Technical Impact": "total",
"Mission & Well-being": "low"
},
{
"Decision": "Track*",
"Exploitation": "poc",
"Automatable": "yes",
"Technical Impact": "total",
"Mission & Well-being": "medium"
},
{
"Decision": "Attend",
"Exploitation": "poc",
"Automatable": "yes",
"Technical Impact": "total",
"Mission & Well-being": "high"
},
{
"Decision": "Track",
"Exploitation": "active",
"Automatable": "no",
"Technical Impact": "partial",
"Mission & Well-being": "low"
},
{
"Decision": "Track",
"Exploitation": "active",
"Automatable": "no",
"Technical Impact": "partial",
"Mission & Well-being": "medium"
},
{
"Decision": "Attend",
"Exploitation": "active",
"Automatable": "no",
"Technical Impact": "partial",
"Mission & Well-being": "high"
},
{
"Decision": "Track",
"Exploitation": "active",
"Automatable": "no",
"Technical Impact": "total",
"Mission & Well-being": "low"
},
{
"Decision": "Attend",
"Exploitation": "active",
"Automatable": "no",
"Technical Impact": "total",
"Mission & Well-being": "medium"
},
{
"Decision": "Act",
"Exploitation": "active",
"Automatable": "no",
"Technical Impact": "total",
"Mission & Well-being": "high"
},
{
"Decision": "Attend",
"Exploitation": "active",
"Automatable": "yes",
"Technical Impact": "partial",
"Mission & Well-being": "low"
},
{
"Decision": "Attend",
"Exploitation": "active",
"Automatable": "yes",
"Technical Impact": "partial",
"Mission & Well-being": "medium"
},
{
"Decision": "Act",
"Exploitation": "active",
"Automatable": "yes",
"Technical Impact": "partial",
"Mission & Well-being": "high"
},
{
"Decision": "Attend",
"Exploitation": "active",
"Automatable": "yes",
"Technical Impact": "total",
"Mission & Well-being": "low"
},
{
"Decision": "Act",
"Exploitation": "active",
"Automatable": "yes",
"Technical Impact": "total",
"Mission & Well-being": "medium"
},
{
"Decision": "Act",
"Exploitation": "active",
"Automatable": "yes",
"Technical Impact": "total",
"Mission & Well-being": "high"
}
],
"lang": "en",
"version": "2.0.3",
"title": "CISA Coordinator v2.0.3"
}
}