From 8c783d6da6e40daec33d77038a3a024fa148a27f Mon Sep 17 00:00:00 2001 From: Laura Pardo Date: Mon, 21 May 2018 13:37:20 -0300 Subject: [PATCH] CVE-2018-1108 --- 2018/1xxx/CVE-2018-1108.json | 83 +++++++++++++++++++++++++++++------- 1 file changed, 67 insertions(+), 16 deletions(-) diff --git a/2018/1xxx/CVE-2018-1108.json b/2018/1xxx/CVE-2018-1108.json index fbaf6ec146f..33262a54387 100644 --- a/2018/1xxx/CVE-2018-1108.json +++ b/2018/1xxx/CVE-2018-1108.json @@ -1,18 +1,69 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2018-1108", - "STATE" : "RESERVED" - }, - "data_format" : "MITRE", - "data_type" : "CVE", - "data_version" : "4.0", - "description" : { - "description_data" : [ - { - "lang" : "eng", - "value" : "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." - } - ] - } + "impact": { + "cvss": [ + [ + { + "vectorString": "5.9/CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N", + "version": "3.0" + } + ] + ] + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "kernel drivers before version 4.17-rc1 are vulnerable to a weakness in the Linux kernel's implementation of random seed data. Programs, early in the boot sequence, could use the data allocated for the seed before it was sufficiently generated." + } + ] + }, + "data_type": "CVE", + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "version": { + "version_data": [ + { + "version_value": "kernel 4.17-rc1" + } + ] + }, + "product_name": "drivers" + } + ] + }, + "vendor_name": "kernel" + } + ] + } + }, + "data_format": "MITRE", + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-119" + } + ] + } + ] + }, + "data_version": "4.0", + "references": { + "reference_data": [ + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-1108" + } + ] + }, + "CVE_data_meta": { + "ID": "CVE-2018-1108", + "ASSIGNER": "lpardo@redhat.com" + } }