Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jul 2016 17:59:18 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418099 - head/security/vuxml
Message-ID:  <201607051759.u65HxIP6079422@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Tue Jul  5 17:59:18 2016
New Revision: 418099
URL: https://svnweb.freebsd.org/changeset/ports/418099

Log:
  - document apache24 H2/X509 sec. issue.
  
    The sec. issue is only present if the port was built with
    non default settings (experimental H2 feature) and
    used in combination with X509 client auth!

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Jul  5 17:58:37 2016	(r418098)
+++ head/security/vuxml/vuln.xml	Tue Jul  5 17:59:18 2016	(r418099)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="e9d1e040-42c9-11e6-9608-20cf30e32f6d">
+    <topic>apache24 -- X509 Client certificate based authentication can be bypassed when HTTP/2 is used</topic>
+    <affects>
+      <package>
+	<name>apache24</name>
+	<range><ge>2.4.18</ge><lt>2.4.23</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Apache Software Foundation reports:</p>
+	<blockquote cite="INSERT URL HERE">
+	  <p>The Apache HTTPD web server (from 2.4.18-2.4.20) did not validate a X509
+	    client certificate correctly when experimental module for the HTTP/2
+	    protocol is used to access a resource.</p>
+	  <p>The net result is that a resource that should require a valid client
+	    certificate in order to get access can be accessed without that credential.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-4979</cvename>
+      <url>http://mail-archives.apache.org/mod_mbox/httpd-announce/201607.mbox/CVE-2016-4979-68283</url>;
+    </references>
+    <dates>
+      <discovery>2016-07-01</discovery>
+      <entry>2016-07-05</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="e800cd4b-4212-11e6-942d-bc5ff45d0f28">
     <topic>xen-tools -- Unrestricted qemu logging</topic>
     <affects>



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