From 68def4d1f9afc81aa9998bbfe71f8f982832af1c Mon Sep 17 00:00:00 2001 From: Laura Pardo Date: Wed, 27 Mar 2019 12:04:00 -0300 Subject: [PATCH] CVE-2019-3829 --- 2019/3xxx/CVE-2019-3829.json | 77 ++++++++++++++++++++++++++++++++---- 1 file changed, 69 insertions(+), 8 deletions(-) diff --git a/2019/3xxx/CVE-2019-3829.json b/2019/3xxx/CVE-2019-3829.json index 3442c105de3..5c0b14d7b99 100644 --- a/2019/3xxx/CVE-2019-3829.json +++ b/2019/3xxx/CVE-2019-3829.json @@ -1,18 +1,79 @@ { - "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", - "ID": "CVE-2019-3829", - "STATE": "RESERVED" - }, - "data_format": "MITRE", "data_type": "CVE", + "data_format": "MITRE", "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2019-3829", + "ASSIGNER": "lpardo@redhat.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "gnutls", + "product": { + "product_data": [ + { + "product_name": "gnutls", + "version": { + "version_data": [ + { + "version_value": "3.6.7" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-416" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.gnutls.org/security-new.html#GNUTLS-SA-2019-03-27" + }, + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3829", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3829", + "refsource": "CONFIRM" + }, + { + "url": "https://gitlab.com/gnutls/gnutls/issues/694", + "name": "https://gitlab.com/gnutls/gnutls/issues/694", + "refsource": "CONFIRM" + } + ] + }, "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." + "value": "A vulnerability was found in gnutls. A memory corruption (double free) vulnerability in the certificate verification API. Any client or server application that verifies X.509 certificates with GnuTLS 3.5.8 or later is affected." } ] + }, + "impact": { + "cvss": [ + [ + { + "vectorString": "5.3/CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", + "version": "3.0" + } + ] + ] } -} \ No newline at end of file +}