From 951ea9bcf4972a558c1504f8a181dd92fcc1c1a2 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Thu, 13 Sep 2018 15:06:17 -0400 Subject: [PATCH] - Added submissions from ICS-CERT for ICSA-18-254-02 from 2018-09-13. --- 2018/10xxx/CVE-2018-10637.json | 49 +++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/2018/10xxx/CVE-2018-10637.json b/2018/10xxx/CVE-2018-10637.json index 9c58757c4b4..f868336c25d 100644 --- a/2018/10xxx/CVE-2018-10637.json +++ b/2018/10xxx/CVE-2018-10637.json @@ -1,8 +1,32 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "ics-cert@hq.dhs.gov", + "DATE_PUBLIC" : "2018-09-11T00:00:00", "ID" : "CVE-2018-10637", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "V-Server Lite", + "version" : { + "version_data" : [ + { + "version_value" : "4.0.3.0 and prior" + } + ] + } + } + ] + }, + "vendor_name" : "Fuji Electric" + } + ] + } }, "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" : "A maliciously crafted project file may cause a buffer overflow, which may allow the attacker to execute arbitrary code that affects Fuji Electric V-Server Lite 4.0.3.0 and prior." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "BUFFER COPY WITHOUT CHECKING SIZE OF INPUT ('CLASSIC BUFFER OVERFLOW') CWE-120" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://ics-cert.us-cert.gov/advisories/ICSA-18-254-02" } ] }