From ad7d02e0952bb5e886f1bddb480ad40c6955719e Mon Sep 17 00:00:00 2001 From: CVE Team Date: Tue, 22 Jan 2019 14:16:24 -0500 Subject: [PATCH] Published four CVE IDs for ICS-CERT. --- 2018/19xxx/CVE-2018-19011.json | 49 +++++++++++++++++++++++++++++++--- 2018/19xxx/CVE-2018-19013.json | 49 +++++++++++++++++++++++++++++++--- 2018/19xxx/CVE-2018-19017.json | 49 +++++++++++++++++++++++++++++++--- 2018/19xxx/CVE-2018-19019.json | 49 +++++++++++++++++++++++++++++++--- 4 files changed, 184 insertions(+), 12 deletions(-) diff --git a/2018/19xxx/CVE-2018-19011.json b/2018/19xxx/CVE-2018-19011.json index 89112006bbd..5b57ef85fbf 100644 --- a/2018/19xxx/CVE-2018-19011.json +++ b/2018/19xxx/CVE-2018-19011.json @@ -1,8 +1,32 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "ics-cert@hq.dhs.gov", + "DATE_PUBLIC" : "2019-01-17T00:00:00", "ID" : "CVE-2018-19011", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "CX-Supervisor", + "version" : { + "version_data" : [ + { + "version_value" : "Versions 3.42 and prior" + } + ] + } + } + ] + }, + "vendor_name" : "ICS-CERT" + } + ] + } }, "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" : "CX-Supervisor (Versions 3.42 and prior) can execute code that has been injected into a project file. An attacker could exploit this to execute code under the privileges of the application." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "IMPROPER CONTROL OF GENERATION OF CODE ('CODE INJECTION') CWE-94" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://ics-cert.us-cert.gov/advisories/ICSA-19-017-01" } ] } diff --git a/2018/19xxx/CVE-2018-19013.json b/2018/19xxx/CVE-2018-19013.json index d114c439090..465e85cdb00 100644 --- a/2018/19xxx/CVE-2018-19013.json +++ b/2018/19xxx/CVE-2018-19013.json @@ -1,8 +1,32 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "ics-cert@hq.dhs.gov", + "DATE_PUBLIC" : "2019-01-17T00:00:00", "ID" : "CVE-2018-19013", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "CX-Supervisor", + "version" : { + "version_data" : [ + { + "version_value" : "Versions 3.42 and prior" + } + ] + } + } + ] + }, + "vendor_name" : "ICS-CERT" + } + ] + } }, "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 attacker could inject commands to delete files and/or delete the contents of a file on CX-Supervisor (Versions 3.42 and prior) through a specially crafted project file." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "IMPROPER NEUTRALIZATION OF SPECIAL ELEMENTS USED IN A COMMAND ('COMMAND INJECTION') CWE-77" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://ics-cert.us-cert.gov/advisories/ICSA-19-017-01" } ] } diff --git a/2018/19xxx/CVE-2018-19017.json b/2018/19xxx/CVE-2018-19017.json index 300ab19405f..e43df3a7ad4 100644 --- a/2018/19xxx/CVE-2018-19017.json +++ b/2018/19xxx/CVE-2018-19017.json @@ -1,8 +1,32 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "ics-cert@hq.dhs.gov", + "DATE_PUBLIC" : "2019-01-17T00:00:00", "ID" : "CVE-2018-19017", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "CX-Supervisor", + "version" : { + "version_data" : [ + { + "version_value" : "Versions 3.42 and prior" + } + ] + } + } + ] + }, + "vendor_name" : "ICS-CERT" + } + ] + } }, "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" : "Several use after free vulnerabilities have been identified in CX-Supervisor (Versions 3.42 and prior). When processing project files, the application fails to check if it is referencing freed memory. An attacker could use a specially crafted project file to exploit and execute code under the privileges of the application." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "USE AFTER FREE CWE-416" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://ics-cert.us-cert.gov/advisories/ICSA-19-017-01" } ] } diff --git a/2018/19xxx/CVE-2018-19019.json b/2018/19xxx/CVE-2018-19019.json index 36ea7b101ea..f1910285374 100644 --- a/2018/19xxx/CVE-2018-19019.json +++ b/2018/19xxx/CVE-2018-19019.json @@ -1,8 +1,32 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "ics-cert@hq.dhs.gov", + "DATE_PUBLIC" : "2019-01-17T00:00:00", "ID" : "CVE-2018-19019", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "CX-Supervisor", + "version" : { + "version_data" : [ + { + "version_value" : "Versions 3.42 and prior" + } + ] + } + } + ] + }, + "vendor_name" : "ICS-CERT" + } + ] + } }, "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 type confusion vulnerability exists when processing project files in CX-Supervisor (Versions 3.42 and prior). An attacker could use a specially crafted project file to exploit and execute code under the privileges of the application." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "ACCESS OF RESOURCE USING INCOMPATIBLE TYPE ('TYPE CONFUSION') CWE-843" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://ics-cert.us-cert.gov/advisories/ICSA-19-017-01" } ] }