Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jan 2017 03:03:05 +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: r431513 - head/security/vuxml
Message-ID:  <201701150303.v0F335jj013616@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Sun Jan 15 03:03:05 2017
New Revision: 431513
URL: https://svnweb.freebsd.org/changeset/ports/431513

Log:
  Document RabbitMQ Authentication vulnerability
  
  PR:		216026
  Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
  Security:	CVE-2016-9877
  Security:	https://vuxml.FreeBSD.org/freebsd/6aa956fb-d97f-11e6-a071-001e67f15f5a.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Jan 15 02:48:37 2017	(r431512)
+++ head/security/vuxml/vuln.xml	Sun Jan 15 03:03:05 2017	(r431513)
@@ -58,6 +58,38 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="6aa956fb-d97f-11e6-a071-001e67f15f5a">
+    <topic>RabbitMQ -- Authentication vulnerability</topic>
+    <affects>
+      <package>
+	<name>rabbitmq</name>
+	<range><ge>3.0.0</ge><lt>3.5.8</lt></range>
+	<range><ge>3.6.0</ge><lt>3.6.6</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Pivotal.io reports:</p>
+	<blockquote cite="https://pivotal.io/security/cve-2016-9877">;
+	<p>MQTT (MQ Telemetry Transport) connection authentication with a
+	  username/password pair succeeds if an existing username is
+	  provided but the password is omitted from the connection
+	  request. Connections that use TLS with a client-provided
+	  certificate are not affected.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-9877</cvename>
+      <url>https://pivotal.io/security/cve-2016-9877</url>;
+      <url>https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_6</url>;
+    </references>
+    <dates>
+      <discovery>2016-12-06</discovery>
+      <entry>2017-01-15</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="b180d1fb-dac6-11e6-ae1b-002590263bf5">
     <topic>wordpress -- multiple vulnerabilities</topic>
     <affects>



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