From c342a37a7d8b93530cad98ede6b4a0c03565f493 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Thu, 11 Oct 2018 03:13:41 -0400 Subject: [PATCH] - Synchronized data. --- 2018/18xxx/CVE-2018-18240.json | 48 ++++++++++++++++++++++++++++++++-- 2018/18xxx/CVE-2018-18241.json | 18 +++++++++++++ 2 files changed, 64 insertions(+), 2 deletions(-) create mode 100644 2018/18xxx/CVE-2018-18241.json diff --git a/2018/18xxx/CVE-2018-18240.json b/2018/18xxx/CVE-2018-18240.json index 5684eb0302c..beaf12feb43 100644 --- a/2018/18xxx/CVE-2018-18240.json +++ b/2018/18xxx/CVE-2018-18240.json @@ -2,7 +2,30 @@ "CVE_data_meta" : { "ASSIGNER" : "cve@mitre.org", "ID" : "CVE-2018-18240", - "STATE" : "RESERVED" + "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", @@ -11,7 +34,28 @@ "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" : "Pippo through 1.11.0 allows remote code execution via a command to java.lang.ProcessBuilder because the XstreamEngine component does not use XStream's available protection mechanisms to restrict unmarshalling." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://github.com/pippo-java/pippo/issues/454", + "refsource" : "MISC", + "url" : "https://github.com/pippo-java/pippo/issues/454" } ] } diff --git a/2018/18xxx/CVE-2018-18241.json b/2018/18xxx/CVE-2018-18241.json new file mode 100644 index 00000000000..8ed796d9cc4 --- /dev/null +++ b/2018/18xxx/CVE-2018-18241.json @@ -0,0 +1,18 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2018-18241", + "STATE" : "RESERVED" + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "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." + } + ] + } +}