From 36f8f3d9ecb3efa5048567b8b4ff09d1643b40be Mon Sep 17 00:00:00 2001 From: Laura Pardo Date: Tue, 21 Aug 2018 15:45:37 -0300 Subject: [PATCH] CVE-2018-10845 --- 2018/10xxx/CVE-2018-10845.json | 92 +++++++++++++++++++++++++++------- 1 file changed, 75 insertions(+), 17 deletions(-) diff --git a/2018/10xxx/CVE-2018-10845.json b/2018/10xxx/CVE-2018-10845.json index ed4e05c2efc..90ab04fdc67 100644 --- a/2018/10xxx/CVE-2018-10845.json +++ b/2018/10xxx/CVE-2018-10845.json @@ -1,18 +1,76 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2018-10845", - "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:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", + "version": "3.0" + } + ] + ] + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "It was found that GnuTLS implementation of HMAC-SHA-384 was vulnerable to Lucky thirteen style attack. A remote attackers could use this flaw to conduct distinguishing attacks and plain text recovery attacks via statistical analysis of timing data using crafted packets." + } + ] + }, + "data_type": "CVE", + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + }, + "product_name": "gnutls" + } + ] + }, + "vendor_name": "[UNKNOWN]" + } + ] + } + }, + "data_format": "MITRE", + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-385" + } + ] + } + ] + }, + "data_version": "4.0", + "references": { + "reference_data": [ + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10845", + "refsource": "CONFIRM", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10845" + }, + { + "url": "https://eprint.iacr.org/2018/747", + "refsource": "", + "name": "https://eprint.iacr.org/2018/747" + } + ] + }, + "CVE_data_meta": { + "ID": "CVE-2018-10845", + "ASSIGNER": "lpardo@redhat.com" + } +} \ No newline at end of file