From 66c7e278f73bd65e8bf9f009380b51752d97ee92 Mon Sep 17 00:00:00 2001 From: Wayne Beaton Date: Wed, 17 Jul 2019 15:10:09 -0400 Subject: [PATCH] Two CVEs for Eclipse OpenJ9 --- 2019/11xxx/CVE-2019-11771.json | 57 ++++++++++++++++++++++++++++++---- 2019/11xxx/CVE-2019-11772.json | 57 ++++++++++++++++++++++++++++++---- 2 files changed, 102 insertions(+), 12 deletions(-) diff --git a/2019/11xxx/CVE-2019-11771.json b/2019/11xxx/CVE-2019-11771.json index d0a29c5dded..afdd86beb79 100644 --- a/2019/11xxx/CVE-2019-11771.json +++ b/2019/11xxx/CVE-2019-11771.json @@ -1,17 +1,62 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security@eclipse.org", "ID": "CVE-2019-11771", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Eclipse OpenJ9", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "0.15.0" + } + ] + } + } + ] + }, + "vendor_name": "The Eclipse Foundation" + } + ] + } + }, + "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." + "value": "AIX builds of Eclipse OpenJ9 before 0.15.0 contain unused RPATHs which may facilitate code injection and privilege elevation by local users." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-264" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://bugs.eclipse.org/bugs/show_bug.cgi?id=548055", + "refsource": "CONFIRM", + "url": "https://bugs.eclipse.org/bugs/show_bug.cgi?id=548055" } ] } diff --git a/2019/11xxx/CVE-2019-11772.json b/2019/11xxx/CVE-2019-11772.json index 03a0d95bd06..b04a16fddbc 100644 --- a/2019/11xxx/CVE-2019-11772.json +++ b/2019/11xxx/CVE-2019-11772.json @@ -1,17 +1,62 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security@eclipse.org", "ID": "CVE-2019-11772", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Eclipse OpenJ9", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "0.15.0" + } + ] + } + } + ] + }, + "vendor_name": "The Eclipse Foundation" + } + ] + } + }, + "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." + "value": "In Eclipse OpenJ9 prior to 0.15, the String.getBytes(int, int, byte[], int) method does not verify that the provided byte array is non-null nor that the provided index is in bounds when compiled by the JIT. This allows arbitrary writes to any 32-bit address or beyond the end of a byte array within Java code run under a SecurityManager." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-787: Out-of-bounds Write" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://bugs.eclipse.org/bugs/show_bug.cgi?id=549075", + "refsource": "CONFIRM", + "url": "https://bugs.eclipse.org/bugs/show_bug.cgi?id=549075" } ] }