From 7e9b52554e500e3352ad712580a601738119b3fd Mon Sep 17 00:00:00 2001 From: CVE Team Date: Mon, 4 Feb 2019 11:03:41 -0500 Subject: [PATCH] - Synchronized data. --- 2019/7xxx/CVE-2019-7323.json | 72 ++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 2019/7xxx/CVE-2019-7323.json diff --git a/2019/7xxx/CVE-2019-7323.json b/2019/7xxx/CVE-2019-7323.json new file mode 100644 index 00000000000..761d629daf0 --- /dev/null +++ b/2019/7xxx/CVE-2019-7323.json @@ -0,0 +1,72 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2019-7323", + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "n/a", + "version" : { + "version_data" : [ + { + "version_value" : "n/a" + } + ] + } + } + ] + }, + "vendor_name" : "n/a" + } + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "GUP (generic update process) in LightySoft LogMX before 7.4.0 does not properly verify the authenticity of updates, which allows man-in-the-middle attackers to execute arbitrary code via a Trojan horse update. The update process relies on cleartext HTTP. The attacker could replace the LogMXUpdater.class file." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://bmantra.github.io/logmx/logmx.html", + "refsource" : "MISC", + "url" : "https://bmantra.github.io/logmx/logmx.html" + }, + { + "name" : "https://github.com/bmantra/bmantra.github.io/blob/master/logmx/logmx.html", + "refsource" : "MISC", + "url" : "https://github.com/bmantra/bmantra.github.io/blob/master/logmx/logmx.html" + }, + { + "name" : "https://logmx.com/download", + "refsource" : "MISC", + "url" : "https://logmx.com/download" + } + ] + } +}