From owner-svn-ports-head@freebsd.org Thu Jun 9 21:03:59 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 905ECB70B98; Thu, 9 Jun 2016 21:03:59 +0000 (UTC) (envelope-from brnrd@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 48969130E; Thu, 9 Jun 2016 21:03:59 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u59L3wjq050620; Thu, 9 Jun 2016 21:03:58 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u59L3wmW050619; Thu, 9 Jun 2016 21:03:58 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201606092103.u59L3wmW050619@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 9 Jun 2016 21:03:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416631 - 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: Thu, 09 Jun 2016 21:03:59 -0000 Author: brnrd Date: Thu Jun 9 21:03:58 2016 New Revision: 416631 URL: https://svnweb.freebsd.org/changeset/ports/416631 Log: Add entry for CVE-2016-2178 OpenSSL vulnerability Security: CVE-2016-2178 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jun 9 21:02:49 2016 (r416630) +++ head/security/vuxml/vuln.xml Thu Jun 9 21:03:58 2016 (r416631) @@ -58,6 +58,49 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + OpenSSL -- vulnerability in DSA signing + + + openssl + 0 + + + openssl-devel + 0 + + + libressl + 2.3.6 + + + libressl-devel + 2.4.1 + + + + +

The OpenSSL team reports:

+
+

Operations in the DSA signing algorithm should run in constant time + in order to avoid side channel attacks. A flaw in the OpenSSL DSA + implementation means that a non-constant time codepath is followed for + certain operations. This has been demonstrated through a cache-timing + attack to be sufficient for an attacker to recover the private DSA key. +

+
+ +
+ + https://git.openssl.org/?p=openssl.git;a=commit;h=399944622df7bd81af62e67ea967c470534090e2 + CVE-2016-2178 + + + 2016-06-09 + 2016-06-09 + +
+ expat -- multiple vulnerabilities