From owner-svn-ports-all@freebsd.org Mon Dec 28 18:18:47 2015 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 85397A52241; Mon, 28 Dec 2015 18:18:47 +0000 (UTC) (envelope-from jbeich@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 38F071E9A; Mon, 28 Dec 2015 18:18:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBSIIkiH094504; Mon, 28 Dec 2015 18:18:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBSIIkRm094502; Mon, 28 Dec 2015 18:18:46 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201512281818.tBSIIkRm094502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 28 Dec 2015 18:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404689 - 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: Mon, 28 Dec 2015 18:18:47 -0000 Author: jbeich Date: Mon Dec 28 18:18:45 2015 New Revision: 404689 URL: https://svnweb.freebsd.org/changeset/ports/404689 Log: Document NSS vulnerability fixed by ports r404007 PR: 205652 Reported by: Christoph Moench-Tegeder Modified: head/security/vuxml/vuln.xml (contents, props changed) Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Dec 28 18:18:03 2015 (r404688) +++ head/security/vuxml/vuln.xml Mon Dec 28 18:18:45 2015 (r404689) @@ -58,6 +58,54 @@ Notes: --> + + NSS -- MD5 downgrade in TLS 1.2 signatures + + + nss + linux-c6-nss + 3.203.20.2 + 3.19.2.2 + + + linux-firefox + 43.0.2,1 + + + linux-thunderbird + 38.5.1 + + + linux-seamonkey + 2.40 + + + + +

The Mozilla Project reports:

+
+

Security researcher Karthikeyan Bhargavan reported an + issue in Network Security Services (NSS) where MD5 + signatures in the server signature within the TLS 1.2 + ServerKeyExchange message are still accepted. This is an + issue since NSS has officially disallowed the accepting MD5 + as a hash algorithm in signatures since 2011. This issues + exposes NSS based clients such as Firefox to theoretical + collision-based forgery attacks.

+
+ +
+ + CVE-2015-7575 + https://www.mozilla.org/security/advisories/mfsa2015-150/ + https://hg.mozilla.org/projects/nss/rev/94e1157f3fbb + + + 2015-12-22 + 2015-12-28 + +
+ phpMyAdmin -- path disclosure vulnerability