From b0848eef6e9f106e2c4f4d04401de9933336ffb0 Mon Sep 17 00:00:00 2001 From: Wayne Beaton Date: Thu, 31 Jan 2019 13:38:02 -0500 Subject: [PATCH] CVE-2018-12548 --- 2018/12xxx/CVE-2018-12548.json | 51 ++++++++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 3 deletions(-) diff --git a/2018/12xxx/CVE-2018-12548.json b/2018/12xxx/CVE-2018-12548.json index a30da3ff926..dbf1b62b064 100644 --- a/2018/12xxx/CVE-2018-12548.json +++ b/2018/12xxx/CVE-2018-12548.json @@ -1,8 +1,32 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "emo@eclipse.org", "ID" : "CVE-2018-12548", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Eclipse OpenJ9", + "version" : { + "version_data" : [ + { + "version_affected" : "=", + "version_value" : "0.11.0" + } + ] + } + } + ] + }, + "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 OpenJDK + Eclipse OpenJ9 version 0.11.0 builds, the public jdk.crypto.jniprovider.NativeCrypto class contains public static natives which accept pointer values that are dereferenced in the native code." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "CWE-822: Untrusted Pointer Dereference" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://bugs.eclipse.org/bugs/show_bug.cgi?id=543792", + "refsource" : "CONFIRM", + "url" : "https://bugs.eclipse.org/bugs/show_bug.cgi?id=543792" } ] }