From b006439ed2d7468cfa152536ae9cc605e5447d48 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Mon, 4 Feb 2019 11:22:40 -0500 Subject: [PATCH] Adding CVE-2019-3813 content using CNA information provided on 2019-01-28T16:30:13. --- 2019/3xxx/CVE-2019-3813.json | 49 +++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/2019/3xxx/CVE-2019-3813.json b/2019/3xxx/CVE-2019-3813.json index df6bb779c64..9d59c060249 100644 --- a/2019/3xxx/CVE-2019-3813.json +++ b/2019/3xxx/CVE-2019-3813.json @@ -1,8 +1,32 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "secalert@redhat.com", + "DATE_PUBLIC" : "2019-01-11T00:00:00", "ID" : "CVE-2019-3813", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Spice", + "version" : { + "version_data" : [ + { + "version_value" : "versions 0.5.2 through 0.14.1" + } + ] + } + } + ] + }, + "vendor_name" : "Red Hat, Inc." + } + ] + } }, "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" : "Spice, versions 0.5.2 through 0.14.1, are vulnerable to an out-of-bounds read due to an off-by-one error in memslot_get_virt. This may lead to a denial of service, or, in the worst case, code-execution by unauthenticated attackers." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "Denial of Service" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://bugzilla.redhat.com/show_bug.cgi?id=1665371" } ] }