Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2015 22:11:06 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393622 - head/security/vuxml
Message-ID:  <201508052211.t75MB6Rr067302@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Wed Aug  5 22:11:05 2015
New Revision: 393622
URL: https://svnweb.freebsd.org/changeset/ports/393622

Log:
  Document Elasticsearch directory traversal attack and remote code execution
  
  PR:		201834
  Security:	CVE-2015-5377
  Security:	fb3668df-32d7-11e5-a4a5-002590263bf5
  Security:	CVE-2015-5531
  Security:	ae8c09cb-32da-11e5-a4a5-002590263bf5
  Approved by:	feld (mentor)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Aug  5 22:08:06 2015	(r393621)
+++ head/security/vuxml/vuln.xml	Wed Aug  5 22:11:05 2015	(r393622)
@@ -58,6 +58,67 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="ae8c09cb-32da-11e5-a4a5-002590263bf5">
+    <topic>elasticsearch -- directory traversal attack via snapshot API</topic>
+    <affects>
+      <package>
+	<name>elasticsearch</name>
+	<range><ge>1.0.0</ge><lt>1.6.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Elastic reports:</p>
+	<blockquote cite="https://www.elastic.co/community/security">;
+	  <p>Vulnerability Summary: Elasticsearch versions from 1.0.0 to 1.6.0
+	    are vulnerable to a directory traversal attack.</p>
+	  <p>Remediation Summary: Users should upgrade to 1.6.1 or later, or
+	    constrain access to the snapshot API to trusted sources.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2015-5531</cvename>
+      <freebsdpr>ports/201834</freebsdpr>
+      <url>https://www.elastic.co/community/security</url>;
+    </references>
+    <dates>
+      <discovery>2015-07-16</discovery>
+      <entry>2015-08-05</entry>
+    </dates>
+  </vuln>
+
+  <vuln vid="fb3668df-32d7-11e5-a4a5-002590263bf5">
+    <topic>elasticsearch -- remote code execution via transport protocol</topic>
+    <affects>
+      <package>
+	<name>elasticsearch</name>
+	<range><lt>1.6.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Elastic reports:</p>
+	<blockquote cite="https://www.elastic.co/community/security">;
+	  <p>Vulnerability Summary: Elasticsearch versions prior to 1.6.1 are
+	    vulnerable to an attack that can result in remote code execution.</p>
+	  <p>Remediation Summary: Users should upgrade to 1.6.1 or 1.7.0.
+	    Alternately, ensure that only trusted applications have access to
+	    the transport protocol port.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2015-5377</cvename>
+      <freebsdpr>ports/201834</freebsdpr>
+      <url>https://www.elastic.co/community/security</url>;
+    </references>
+    <dates>
+      <discovery>2015-07-16</discovery>
+      <entry>2015-08-05</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="da451130-365d-11e5-a4a5-002590263bf5">
     <topic>xen-tools -- QEMU heap overflow flaw with certain ATAPI commands</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508052211.t75MB6Rr067302>