From cb3e21ecf73c65e0468bb726a5c6b6ab3c172cd4 Mon Sep 17 00:00:00 2001 From: Trent Novelly Date: Thu, 15 Nov 2018 13:08:39 -0500 Subject: [PATCH] CVE-2018-5407 --- 2018/5xxx/CVE-2018-5407.json | 75 ++++++++++++++++++++++++++++-------- 1 file changed, 58 insertions(+), 17 deletions(-) diff --git a/2018/5xxx/CVE-2018-5407.json b/2018/5xxx/CVE-2018-5407.json index 86908870703..8a461db45d1 100644 --- a/2018/5xxx/CVE-2018-5407.json +++ b/2018/5xxx/CVE-2018-5407.json @@ -1,18 +1,59 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2018-5407", - "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." - } - ] - } -} + "CVE_data_meta": { + "ID": "CVE-2018-5407", + "ASSIGNER": "cert@cert.org" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "N/A", + "product": { + "product_data": [ + { + "product_name": "Processors supporting Simultaneous Multi-Threading", + "version": { + "version_data": [ + { + "version_value": "N/A" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "en", + "value": "CWE-200" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://eprint.iacr.org/2018/1060.pdf" + }, + { + "url": "https://github.com/bbbrumley/portsmash" + } + ] + }, + "description": { + "description_data": [ + { + "lang": "en", + "value": "Simultaneous Multi-threading (SMT) in processors can enable local users to exploit software vulnerable to timing attacks via a side-channel timing attack on 'port contention'." + } + ] + } +} \ No newline at end of file