From owner-svn-ports-all@freebsd.org Tue Feb 16 02:40:28 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 C403EAA9746; Tue, 16 Feb 2016 02:40:28 +0000 (UTC) (envelope-from cpm@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 9567C1C37; Tue, 16 Feb 2016 02:40:28 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1G2eR0f017840; Tue, 16 Feb 2016 02:40:27 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G2eRxp017838; Tue, 16 Feb 2016 02:40:27 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201602160240.u1G2eRxp017838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Tue, 16 Feb 2016 02:40:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408971 - 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.20 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: Tue, 16 Feb 2016 02:40:28 -0000 Author: cpm Date: Tue Feb 16 02:40:27 2016 New Revision: 408971 URL: https://svnweb.freebsd.org/changeset/ports/408971 Log: Document libgcrypt side-channel attack on ECDH PR: 207107 Security: CVE-2015-7511 Security: https://vuxml.FreeBSD.org/freebsd/95b92e3b-d451-11e5-9794-e8e0b747a45a.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 16 02:30:03 2016 (r408970) +++ head/security/vuxml/vuln.xml Tue Feb 16 02:40:27 2016 (r408971) @@ -57,6 +57,32 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + libgcrypt -- side-channel attack on ECDH + + + libgcrypt + 1.6.5 + + + + +

GnuPG reports:

+
+

Mitigate side-channel attack on ECDH with Weierstrass curves.

+
+ +
+ + CVE-2015-7511 + https://lists.gnupg.org/pipermail/gnupg-announce/2016q1/000384.html + + + 2016-02-09 + 2016-02-16 + +
+ xdelta3 -- buffer overflow vulnerability