From owner-svn-ports-all@freebsd.org Mon Jan 18 14:04:46 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 20D7DA87828; Mon, 18 Jan 2016 14:04:46 +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 D32801529; Mon, 18 Jan 2016 14:04:45 +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 u0IE4iXP076642; Mon, 18 Jan 2016 14:04:44 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0IE4iRv076640; Mon, 18 Jan 2016 14:04:44 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601181404.u0IE4iRv076640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 18 Jan 2016 14:04:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406573 - 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, 18 Jan 2016 14:04:46 -0000 Author: junovitch Date: Mon Jan 18 14:04:44 2016 New Revision: 406573 URL: https://svnweb.freebsd.org/changeset/ports/406573 Log: Document go information disclosure vulnerability Security: CVE-2015-8618 Security: https://vuxml.FreeBSD.org/freebsd/6809c6db-bdeb-11e5-b5fe-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jan 18 13:30:59 2016 (r406572) +++ head/security/vuxml/vuln.xml Mon Jan 18 14:04:44 2016 (r406573) @@ -58,6 +58,55 @@ Notes: --> + + go -- information disclosure vulnerability + + + go + 1.5,11.5.3,1 + + + + +

Jason Buberel reports:

+
+

A security-related issue has been reported in Go's math/big + package. The issue was introduced in Go 1.5. We recommend that all + users upgrade to Go 1.5.3, which fixes the issue. Go programs must + be recompiled with Go 1.5.3 in order to receive the fix.

+

The Go team would like to thank Nick Craig-Wood for identifying the + issue.

+

This issue can affect RSA computations in crypto/rsa, which is used + by crypto/tls. TLS servers on 32-bit systems could plausibly leak + their RSA private key due to this issue. Other protocol + implementations that create many RSA signatures could also be + impacted in the same way.

+

Specifically, incorrect results in one part of the RSA Chinese + Remainder computation can cause the result to be incorrect in such a + way that it leaks one of the primes. While RSA blinding should + prevent an attacker from crafting specific inputs that trigger the + bug, on 32-bit systems the bug can be expected to occur at random + around one in 2^26 times. Thus collecting around 64 million + signatures (of known data) from an affected server should be enough + to extract the private key used.

+

On 64-bit systems, the frequency of the bug is so low (less than + one in 2^50) that it would be very difficult to exploit. + Nonetheless, everyone is strongly encouraged to upgrade.

+
+ +
+ + CVE-2015-8618 + http://www.openwall.com/lists/oss-security/2016/01/13/7 + https://go-review.googlesource.com/#/c/17672/ + https://go-review.googlesource.com/#/c/18491/ + + + 2016-01-13 + 2016-01-18 + +
+ isc-dhcpd -- Denial of Service