From owner-svn-ports-head@freebsd.org Wed Dec 7 00:30:50 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 B0F4BC6BD23; Wed, 7 Dec 2016 00:30:50 +0000 (UTC) (envelope-from jhale@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 661A984B; Wed, 7 Dec 2016 00:30:50 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB70Un2H058164; Wed, 7 Dec 2016 00:30:49 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB70UnEQ058162; Wed, 7 Dec 2016 00:30:49 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201612070030.uB70UnEQ058162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Wed, 7 Dec 2016 00:30:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428021 - 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.23 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: Wed, 07 Dec 2016 00:30:50 -0000 Author: jhale Date: Wed Dec 7 00:30:49 2016 New Revision: 428021 URL: https://svnweb.freebsd.org/changeset/ports/428021 Log: Document vulnerabilities in security/cryptopp Security: CVE-2015-2141 Security: CVE-2016-3995 Security: CVE-2016-7420 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Dec 7 00:15:55 2016 (r428020) +++ head/security/vuxml/vuln.xml Wed Dec 7 00:30:49 2016 (r428021) @@ -58,6 +58,49 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + cryptopp -- multiple vulnerabilities + + + cryptopp + 5.6.5 + + + + +

Multiple sources report:

+
+

CVE-2015-2141: The InvertibleRWFunction::CalculateInverse function + in rw.cpp in libcrypt++ 5.6.2 does not properly blind private key + operations for the Rabin-Williams digital signature algorithm, which + allows remote attackers to obtain private keys via a timing attack. + Fixed in 5.6.3.

+
+
+

CVE-2016-3995: Incorrect implementation of Rijndael timing attack + countermeasure. Fixed in 5.6.4.

+
+
+

CVE-2016-7420: Library built without -DNDEBUG could egress sensitive + information to the filesystem via a core dump if an assert was triggered. + Fixed in 5.6.5.

+
+ +
+ + https://eprint.iacr.org/2015/368 + https://github.com/weidai11/cryptopp/issues/146 + https://github.com/weidai11/cryptopp/issues/277 + CVE-2015-2141 + CVE-2016-3995 + CVE-2016-7420 + + + 2015-02-27 + 2016-12-06 + +
+ FreeBSD -- bhyve(8) virtual machine escape