diff --git a/2018/5xxx/CVE-2018-5407.json b/2018/5xxx/CVE-2018-5407.json index 5e10f12977e..7112649b760 100644 --- a/2018/5xxx/CVE-2018-5407.json +++ b/2018/5xxx/CVE-2018-5407.json @@ -1,62 +1,67 @@ { - "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" - } - ] - } - } - ] - } - } + "CVE_data_meta" : { + "ASSIGNER" : "cert@cert.org", + "ID" : "CVE-2018-5407", + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Processors supporting Simultaneous Multi-Threading", + "version" : { + "version_data" : [ + { + "version_value" : "N/A" + } + ] + } + } + ] + }, + "vendor_name" : "N/A" + } + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "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'." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "CWE-200" + } ] - } - }, - "data_format" : "MITRE", - "data_type" : "CVE", - "data_version" : "4.0", - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "CWE-200" - } - ] - } - ] - }, - "references": { - "reference_data": [ - { - "url": "https://eprint.iacr.org/2018/1060.pdf" - }, - { - "url": "https://github.com/bbbrumley/portsmash" - } - ] - }, - "description": { - "description_data": [ - { - "lang": "eng", - "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 + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://eprint.iacr.org/2018/1060.pdf", + "refsource" : "MISC", + "url" : "https://eprint.iacr.org/2018/1060.pdf" + }, + { + "name" : "https://github.com/bbbrumley/portsmash", + "refsource" : "MISC", + "url" : "https://github.com/bbbrumley/portsmash" + } + ] + } +}