From 0c03ebaee16fe71444b024514b2dab9c8973da3e Mon Sep 17 00:00:00 2001 From: CVE Team Date: Wed, 1 Aug 2018 15:09:23 -0400 Subject: [PATCH] - Added submission from Talos for TALOS-2018-0559 from 2018-07-31. --- 2018/3xxx/CVE-2018-3881.json | 49 +++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/2018/3xxx/CVE-2018-3881.json b/2018/3xxx/CVE-2018-3881.json index 9723c9a1d40..7804221d3e6 100644 --- a/2018/3xxx/CVE-2018-3881.json +++ b/2018/3xxx/CVE-2018-3881.json @@ -1,8 +1,32 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "talos-cna@cisco.com", + "DATE_PUBLIC" : "2018-07-20T00:00:00", "ID" : "CVE-2018-3881", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Focalscope", + "version" : { + "version_data" : [ + { + "version_value" : "v2416" + } + ] + } + } + ] + }, + "vendor_name" : "FocalScope" + } + ] + } }, "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" : "An exploitable unauthenticated XML external injection vulnerability was identified in FocalScope v2416. A unauthenticated attacker could submit a specially crafted web request to FocalScope's server that could cause an XXE, and potentially result in data compromise." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "Improper Restriction of XML External Entity Reference" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://www.talosintelligence.com/vulnerability_reports/TALOS-2018-0559" } ] }