From f4f4c4abea4d44c8c08a947d2d27c510ee489527 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Thu, 4 Oct 2018 08:20:47 -0400 Subject: [PATCH] - Added submission from Apache Tomcat from 2018-10-03. --- 2018/11xxx/CVE-2018-11784.json | 55 ++++++++++++++++++++++++++++++++-- 1 file changed, 52 insertions(+), 3 deletions(-) diff --git a/2018/11xxx/CVE-2018-11784.json b/2018/11xxx/CVE-2018-11784.json index 0dcc4034bf4..9093303b827 100644 --- a/2018/11xxx/CVE-2018-11784.json +++ b/2018/11xxx/CVE-2018-11784.json @@ -1,8 +1,38 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "security@apache.org", + "DATE_PUBLIC" : "2018-10-03T00:00:00", "ID" : "CVE-2018-11784", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Tomcat", + "version" : { + "version_data" : [ + { + "version_value" : "9.0.0.M1 to 9.0.11" + }, + { + "version_value" : "8.5.0 to 8.5.33" + }, + { + "version_value" : "7.0.23 to 7.0.90" + } + ] + } + } + ] + }, + "vendor_name" : "Apache Software Foundation" + } + ] + } }, "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" : "When the default servlet in Apache Tomcat versions 9.0.0.M1 to 9.0.11, 8.5.0 to 8.5.33 and 7.0.23 to 7.0.90 returned a redirect to a directory (e.g. redirecting to '/foo/' when the user requested '/foo') a specially crafted URL could be used to cause the redirect to be generated to any URI of the attackers choice." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "Open Redirect" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://lists.apache.org/thread.html/23134c9b5a23892a205dc140cdd8c9c0add233600f76b313dda6bd75@%3Cannounce.tomcat.apache.org%3E" } ] }