From 35fe92ff476262dd801da527ca3951aed81db53a Mon Sep 17 00:00:00 2001 From: Wayne Beaton Date: Tue, 14 Aug 2018 13:47:15 -0400 Subject: [PATCH] CVE-2018-12539 --- 2018/12xxx/CVE-2018-12539.json | 51 ++++++++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 3 deletions(-) diff --git a/2018/12xxx/CVE-2018-12539.json b/2018/12xxx/CVE-2018-12539.json index f3b7099f446..74e3edbc4e5 100644 --- a/2018/12xxx/CVE-2018-12539.json +++ b/2018/12xxx/CVE-2018-12539.json @@ -1,8 +1,32 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "emo@eclipse.org", "ID" : "CVE-2018-12539", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Eclipse OpenJ9", + "version" : { + "version_data" : [ + { + "version_affected" : "=", + "version_value" : "0.8" + } + ] + } + } + ] + }, + "vendor_name" : "The Eclipse Foundation" + } + ] + } }, "data_format" : "MITRE", "data_type" : "CVE", @@ -11,7 +35,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" : "In Eclipse OpenJ9 version 0.8, users other than the process owner may be able to use Java Attach API to connect to an Eclipse OpenJ9 or IBM JVM on the same machine and use Attach API operations, which includes the ability to execute untrusted native code. Attach API is enabled by default on Windows, Linux and AIX JVMs and can be disabled using the command line option -Dcom.ibm.tools.attach.enable=no." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "CWE-419: Unprotected Primary Channel" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://bugs.eclipse.org/bugs/show_bug.cgi?id=534589", + "refsource" : "CONFIRM", + "url" : "https://bugs.eclipse.org/bugs/show_bug.cgi?id=534589" } ] }