From owner-svn-ports-head@freebsd.org Tue Jul 5 17:59:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3604B7381D; Tue, 5 Jul 2016 17:59:19 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99D0617BE; Tue, 5 Jul 2016 17:59:19 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u65HxIUF079423; Tue, 5 Jul 2016 17:59:18 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u65HxIP6079422; Tue, 5 Jul 2016 17:59:18 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201607051759.u65HxIP6079422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Tue, 5 Jul 2016 17:59:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418099 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2016 17:59:20 -0000 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.) --> + + apache24 -- X509 Client certificate based authentication can be bypassed when HTTP/2 is used + + + apache24 + 2.4.182.4.23 + + + + +

Apache Software Foundation reports:

+
+

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.

+

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.

+
+ +
+ + CVE-2016-4979 + http://mail-archives.apache.org/mod_mbox/httpd-announce/201607.mbox/CVE-2016-4979-68283 + + + 2016-07-01 + 2016-07-05 + +
+ xen-tools -- Unrestricted qemu logging