From 711361a335140888783f9f9763f70e646d0cc2ba Mon Sep 17 00:00:00 2001 From: CVE Team Date: Thu, 10 May 2018 17:06:09 -0400 Subject: [PATCH] - Added submission from Intel for INTEL-SA-00106 from 2018-05-10. --- 2018/3xxx/CVE-2018-3617.json | 49 +++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/2018/3xxx/CVE-2018-3617.json b/2018/3xxx/CVE-2018-3617.json index 1dadd584ec9..205ed344108 100644 --- a/2018/3xxx/CVE-2018-3617.json +++ b/2018/3xxx/CVE-2018-3617.json @@ -1,8 +1,32 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "secure@intel.com", + "DATE_PUBLIC" : "2018-05-10T00:00:00", "ID" : "CVE-2018-3617", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Integrated Performance Primitives Cryptography Library", + "version" : { + "version_data" : [ + { + "version_value" : "before 2018 U2.1" + } + ] + } + } + ] + }, + "vendor_name" : "Intel Corporation" + } + ] + } }, "data_format" : "MITRE", "data_type" : "CVE", @@ -11,7 +35,26 @@ "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." + "value" : "Some implementations in Intel Integrated Performance Primitives Cryptography Library before version 2018 U2.1 do not properly ensure constant execution time." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "Information Disclosure" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00106.html" } ] }