2016-05-27 22:36:18 +02:00
{
2017-02-13 11:18:42 +01:00
"attributes" : {
2020-04-26 02:10:02 +02:00
"created" : {
"description" : "First time when the vulnerability was discovered" ,
"disable_correlation" : true ,
"misp-attribute" : "datetime" ,
"ui-priority" : 0
} ,
"credit" : {
"description" : "Who reported/found the vulnerability such as an organisation, person or nickname." ,
"disable_correlation" : true ,
"misp-attribute" : "text" ,
"multiple" : true ,
"ui-priority" : 0
} ,
"cvss-score" : {
"description" : "Score of the Common Vulnerability Scoring System (version 3)." ,
"disable_correlation" : true ,
"misp-attribute" : "float" ,
"ui-priority" : 1
} ,
"cvss-string" : {
"description" : "String of the Common Vulnerability Scoring System (version 3)." ,
"disable_correlation" : true ,
2018-07-10 07:21:36 +02:00
"misp-attribute" : "text" ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 1
2017-02-13 11:18:42 +01:00
} ,
2018-07-10 07:21:36 +02:00
"description" : {
2017-08-29 18:36:46 +02:00
"description" : "Description of the vulnerability" ,
2020-04-26 02:10:02 +02:00
"misp-attribute" : "text" ,
"ui-priority" : 0
2017-02-13 11:18:42 +01:00
} ,
2020-04-26 02:10:02 +02:00
"id" : {
"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 be update or assigned later." ,
2020-08-28 11:23:10 +02:00
"misp-attribute" : "vulnerability" ,
2017-02-13 11:18:42 +01:00
"multiple" : true ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 0
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" ,
2020-04-26 02:10:02 +02:00
"disable_correlation" : true ,
2018-01-08 07:48:32 +01:00
"misp-attribute" : "datetime" ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 0
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" ,
2020-04-26 02:10:02 +02:00
"disable_correlation" : true ,
2018-01-08 07:48:32 +01:00
"misp-attribute" : "datetime" ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 0
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" ,
2020-04-26 02:10:02 +02:00
"misp-attribute" : "link" ,
2017-07-03 12:25:06 +02:00
"multiple" : true ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 0
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." ,
2020-04-26 02:10:02 +02:00
"disable_correlation" : true ,
"misp-attribute" : "text" ,
2018-01-08 07:48:32 +01:00
"multiple" : true ,
"sane_default" : [
"Published" ,
"Embargo" ,
"Reviewed" ,
"Vulnerability ID Assigned" ,
"Reported" ,
"Fixed"
] ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 0
2018-07-10 07:21:36 +02:00
} ,
2020-04-26 02:10:02 +02:00
"summary" : {
"description" : "Summary of the vulnerability" ,
"misp-attribute" : "text" ,
"ui-priority" : 0
2018-07-10 07:21:36 +02:00
} ,
2020-04-26 02:10:02 +02:00
"vulnerable-configuration" : {
"description" : "The vulnerable configuration is described in CPE format" ,
2020-10-15 22:40:50 +02:00
"misp-attribute" : "cpe" ,
2020-04-26 02:10:02 +02:00
"multiple" : true ,
"ui-priority" : 0
2017-02-13 11:18:42 +01:00
}
} ,
2018-07-10 07:21:36 +02:00
"description" : "Vulnerability object describing a common vulnerability enumeration which can describe published, unpublished, under review or embargo vulnerability for software, equipments or hardware." ,
2018-07-10 07:38:28 +02:00
"meta-category" : "vulnerability" ,
2020-04-26 02:10:02 +02:00
"name" : "vulnerability" ,
"requiredOneOf" : [
"published" ,
"modified" ,
"references" ,
"vulnerable-configuration" ,
"summary" ,
"description" ,
"id"
] ,
2017-07-03 12:25:06 +02:00
"uuid" : "81650945-f186-437b-8945-9f31715d32da" ,
2020-10-15 22:40:50 +02:00
"version" : 8
2020-10-15 22:49:29 +02:00
}