From 2a579dd85b7e74d23f092c91da8dc0fa7a22d705 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Thu, 7 Feb 2019 16:39:45 -0500 Subject: [PATCH] Adding CVE-2018-1296 content using CNA information provided on 2019-01-23T23:41:08. --- 2018/1xxx/CVE-2018-1296.json | 49 +++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/2018/1xxx/CVE-2018-1296.json b/2018/1xxx/CVE-2018-1296.json index 28a04f23f89..8ec89c5ee12 100644 --- a/2018/1xxx/CVE-2018-1296.json +++ b/2018/1xxx/CVE-2018-1296.json @@ -1,8 +1,32 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "security@apache.org", + "DATE_PUBLIC" : "2019-01-24T00:00:00", "ID" : "CVE-2018-1296", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Apache Hadoop", + "version" : { + "version_data" : [ + { + "version_value" : "Apache Hadoop 3.0.0-alpha1 to 3.0.0, 2.9.0, 2.8.0 to 2.8.3, 2.5.0 to 2.7.5" + } + ] + } + } + ] + }, + "vendor_name" : "Apache Software Foundation" + } + ] + } }, "data_format" : "MITRE", "data_type" : "CVE", @@ -11,7 +35,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" : "In Apache Hadoop 3.0.0-alpha1 to 3.0.0, 2.9.0, 2.8.0 to 2.8.3, and 2.5.0 to 2.7.5, HDFS exposes extended attribute key/value pairs during listXAttrs, verifying only path-level search access to the directory rather than path-level read permission to the referent." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "Information Disclosure" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://lists.apache.org/thread.html/a5b15bc76fbdad2ee40761aacf954a13aeef67e305f86d483f267e8e@%3Cuser.hadoop.apache.org%3E" } ] }