Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jun 2016 22:55:50 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417856 - head/security/vuxml
Message-ID:  <201606302255.u5UMtojX070946@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Jun 30 22:55:50 2016
New Revision: 417856
URL: https://svnweb.freebsd.org/changeset/ports/417856

Log:
  Document haproxy vulnerability
  
  Security:	CVE-2016-5360

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jun 30 22:55:43 2016	(r417855)
+++ head/security/vuxml/vuln.xml	Thu Jun 30 22:55:50 2016	(r417856)
@@ -58,6 +58,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="f1c219ba-3f14-11e6-b3c8-14dae9d210b8">
+    <topic>haproxy -- denial of service</topic>
+    <affects>
+      <package>
+	<name>haproxy</name>
+	<range><ge>1.6.0</ge><lt>1.6.5_1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>HAproxy reports:</p>
+	<blockquote cite="http://www.openwall.com/lists/oss-security/2016/06/09/5">;
+	  <p>HAproxy 1.6.x before 1.6.6, when a deny comes from a
+	    reqdeny rule, allows remote attackers to cause a denial of service
+	    (uninitialized memory access and crash) or possibly have unspecified
+	    other impact via unknown vectors.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://www.openwall.com/lists/oss-security/2016/06/09/5</url>;
+      <cvename>CVE-2016-5360</cvename>
+    </references>
+    <dates>
+      <discovery>2016-06-09</discovery>
+      <entry>2016-06-30</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="093584f2-3f14-11e6-b3c8-14dae9d210b8">
     <topic>libtorrent-rasterbar -- denial of service</topic>
     <affects>



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