2016-05-27 22:36:18 +02:00
{
2017-07-03 12:25:06 +02:00
"requiredOneOf" : [
"published" ,
"modified" ,
"references" ,
"vulnerable_configuration" ,
"summary" ,
"text" ,
"id"
] ,
2017-02-13 11:18:42 +01:00
"attributes" : {
2017-07-03 12:25:06 +02:00
"id" : {
2018-01-08 07:48:32 +01:00
"description" : "Vulnerability ID (generally CVE, but not necessarely). The id is not required as the object itself has an UUID and the CVE id can updated later." ,
"ui-priority" : 0 ,
"misp-attribute" : "vulnerability" ,
"multiple" : true
2017-02-13 11:18:42 +01:00
} ,
2017-07-03 12:25:06 +02:00
"text" : {
2017-08-29 18:36:46 +02:00
"description" : "Description of the vulnerability" ,
2018-01-08 07:48:32 +01:00
"ui-priority" : 0 ,
2017-07-03 12:25:06 +02:00
"misp-attribute" : "text"
2017-02-13 11:18:42 +01:00
} ,
2017-07-03 12:25:06 +02:00
"summary" : {
2017-08-29 18:36:46 +02:00
"description" : "Summary of the vulnerability" ,
2018-01-08 07:48:32 +01:00
"ui-priority" : 0 ,
2017-07-03 12:25:06 +02:00
"misp-attribute" : "text"
2017-02-13 11:18:42 +01:00
} ,
"vulnerable_configuration" : {
2017-07-03 12:25:06 +02:00
"description" : "The vulnerable configuration is described in CPE format" ,
2017-02-13 11:18:42 +01:00
"multiple" : true ,
2018-01-08 07:48:32 +01:00
"ui-priority" : 0 ,
2017-07-03 12:25:06 +02:00
"misp-attribute" : "text"
2017-02-13 11:18:42 +01:00
} ,
2017-07-03 12:25:06 +02:00
"modified" : {
2017-08-29 18:36:46 +02:00
"description" : "Last modification date" ,
2017-07-03 16:45:25 +02:00
"ui-priority" : 0 ,
2018-01-08 07:48:32 +01:00
"misp-attribute" : "datetime" ,
"disable_correlation" : true
2017-02-13 11:18:42 +01:00
} ,
2017-07-03 12:25:06 +02:00
"published" : {
2017-08-29 18:36:46 +02:00
"description" : "Initial publication date" ,
2017-07-03 16:45:25 +02:00
"ui-priority" : 0 ,
2018-01-08 07:48:32 +01:00
"misp-attribute" : "datetime" ,
"disable_correlation" : true
} ,
"created" : {
"description" : "First time when the vulnerability was discovered" ,
"ui-priority" : 0 ,
"misp-attribute" : "datetime" ,
"disable_correlation" : true
2017-02-13 11:18:42 +01:00
} ,
2017-07-03 12:25:06 +02:00
"references" : {
2017-08-29 18:36:46 +02:00
"description" : "External references" ,
2017-07-03 12:25:06 +02:00
"multiple" : true ,
2018-01-08 07:48:32 +01:00
"ui-priority" : 0 ,
2017-07-03 12:25:06 +02:00
"misp-attribute" : "link"
2018-01-08 07:48:32 +01:00
} ,
"state" : {
"description" : "State of the vulnerability. A vulnerability can have multiple states depending of the current actions performed." ,
"multiple" : true ,
"ui-priority" : 0 ,
"sane_default" : [
"Published" ,
"Embargo" ,
"Reviewed" ,
"Vulnerability ID Assigned" ,
"Reported" ,
"Fixed"
] ,
2018-01-08 08:15:43 +01:00
"disable_correlation" : true ,
"misp-attribute" : "text"
2017-02-13 11:18:42 +01:00
}
} ,
2018-01-08 08:15:43 +01:00
"version" : 4 ,
2018-01-08 07:48:32 +01:00
"description" : "Vulnerability object describing a common vulnerability enumeration which can describe unpublished, under review or embargo vulnerability for software, equipments or hardware." ,
2017-07-03 12:25:06 +02:00
"meta-category" : "network" ,
"uuid" : "81650945-f186-437b-8945-9f31715d32da" ,
"name" : "vulnerability"
2016-05-27 22:36:18 +02:00
}