From owner-svn-ports-all@freebsd.org Thu Jul 7 01:44:25 2016 Return-Path: Delivered-To: svn-ports-all@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 1A654B751BD; Thu, 7 Jul 2016 01:44:25 +0000 (UTC) (envelope-from junovitch@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 C34B51D49; Thu, 7 Jul 2016 01:44:24 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u671iNwo098048; Thu, 7 Jul 2016 01:44:23 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u671iNPa098047; Thu, 7 Jul 2016 01:44:23 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201607070144.u671iNPa098047@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 7 Jul 2016 01:44:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418154 - 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-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2016 01:44:25 -0000 Author: junovitch Date: Thu Jul 7 01:44:23 2016 New Revision: 418154 URL: https://svnweb.freebsd.org/changeset/ports/418154 Log: Document remote denial of service in quassel PR: 209218 Security: CVE-2016-4414 Security: https://vuxml.FreeBSD.org/freebsd/7d64d00c-43e3-11e6-ab34-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Jul 6 22:10:14 2016 (r418153) +++ head/security/vuxml/vuln.xml Thu Jul 7 01:44:23 2016 (r418154) @@ -58,6 +58,37 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + quassel -- remote denial of service + + + quassel + 0.12.4 + + + + +

Mitre reports:

+
+

The onReadyRead function in core/coreauthhandler.cpp in Quassel + before 0.12.4 allows remote attackers to cause a denial of service + (NULL pointer dereference and crash) via invalid handshake data.

+
+ +
+ + CVE-2016-4414 + http://quassel-irc.org/node/129 + https://github.com/quassel/quassel/commit/e678873 + http://www.openwall.com/lists/oss-security/2016/04/30/2 + http://www.openwall.com/lists/oss-security/2016/04/30/4 + + + 2016-04-24 + 2016-07-07 + +
+ apache24 -- X509 Client certificate based authentication can be bypassed when HTTP/2 is used