From e9ea02b2037bb788ea909c26f5d05637a9d2b389 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Mon, 9 Apr 2018 08:01:43 -0400 Subject: [PATCH] - Added submission from Apache Solr from 2018-04-08. --- 2018/1xxx/CVE-2018-1308.json | 55 ++++++++++++++++++++++++++++++++++-- 1 file changed, 52 insertions(+), 3 deletions(-) diff --git a/2018/1xxx/CVE-2018-1308.json b/2018/1xxx/CVE-2018-1308.json index 0b711b356bd..f2ad2226c28 100644 --- a/2018/1xxx/CVE-2018-1308.json +++ b/2018/1xxx/CVE-2018-1308.json @@ -1,8 +1,35 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "security@apache.org", + "DATE_PUBLIC" : "2018-04-08T00:00:00", "ID" : "CVE-2018-1308", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Solr", + "version" : { + "version_data" : [ + { + "version_value" : "1.2 to 6.6.2" + }, + { + "version_value" : "7.0.0 to 7.2.1" + } + ] + } + } + ] + }, + "vendor_name" : "Apache Software Foundation" + } + ] + } }, "data_format" : "MITRE", "data_type" : "CVE", @@ -11,7 +38,29 @@ "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" : "This vulnerability in Apache Solr 1.2 to 6.6.2 and 7.0.0 to 7.2.1 relates to an XML external entity expansion (XXE) in the `&dataConfig=` parameter of Solr's DataImportHandler. It can be used as XXE using file/ftp/http protocols in order to read arbitrary local files from the Solr server or the internal network." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "Information Disclosure" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://mail-archives.apache.org/mod_mbox/www-announce/201804.mbox/%3C000001d3cf68%245ac69af0%241053d0d0%24%40apache.org%3E" + }, + { + "url" : "https://issues.apache.org/jira/browse/SOLR-11971" } ] }