From c8dbbba09eff44f2e798e892e16b03eb30152386 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Tue, 11 Sep 2018 12:37:52 -0400 Subject: [PATCH] - Added submission from Red Hat from 2018-09-11. --- 2016/0xxx/CVE-2016-0715.json | 55 ++++++++++++++++++++++++++++++++++-- 1 file changed, 52 insertions(+), 3 deletions(-) diff --git a/2016/0xxx/CVE-2016-0715.json b/2016/0xxx/CVE-2016-0715.json index 863cfed573c..9e504cb217b 100644 --- a/2016/0xxx/CVE-2016-0715.json +++ b/2016/0xxx/CVE-2016-0715.json @@ -1,8 +1,38 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "secalert@redhat.com", + "DATE_PUBLIC" : "2015-01-18T00:00:00", "ID" : "CVE-2016-0715", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Pivotal Cloud Foundry Elastic Runtime", + "version" : { + "version_data" : [ + { + "version_value" : "1.4.0 through 1.4.5" + }, + { + "version_value" : "1.5.0 through 1.5.11" + }, + { + "version_value" : "1.6.0 through 1.6.11" + } + ] + } + } + ] + }, + "vendor_name" : "Pivotal" + } + ] + } }, "data_format" : "MITRE", "data_type" : "CVE", @@ -11,7 +41,26 @@ "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" : "Pivotal Cloud Foundry Elastic Runtime version 1.4.0 through 1.4.5, 1.5.0 through 1.5.11 and 1.6.0 through 1.6.11 is vulnerable to a remote information disclosure. It was found that original mitigation configuration instructions provided as part of CVE-2016-0708 were incomplete and could leave PHP Buildpack, Staticfile Buildpack and potentially other custom Buildpack applications vulnerable to remote information disclosure. Affected applications use automated buildpack detection, serve files directly from the root of the application and have a buildpack that matched after the Java Buildpack in the system buildpack priority when Java Buildpack versions 2.0 through 3.4 were present." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "CWE-200" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://pivotal.io/security/cve-2016-0715" } ] }