[security] Go 1.5.3 is released

8,897 views
Skip to first unread message

Chris Broadfoot

unread,
Jan 13, 2016, 4:05:06 PM1/13/16
to golang-dev, golan...@googlegroups.com, golang-...@googlegroups.com, oss-se...@openwall.com
[posting on behalf of Jason Buberel]

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.

Go 1.6 will include include a change to double-check the RSA computation, which is a generic countermeasure to this class of bug.

The CVE issue descriptions and fixes are linked below. Downloads are available at http://golang.org/dl for all supported platforms.

CVE-2015-8618

CLs fixing the issue: 

a.ko...@gmail.com

unread,
Jan 17, 2016, 3:00:28 PM1/17/16
to golang-nuts, golan...@googlegroups.com, golang-...@googlegroups.com, oss-se...@openwall.com
Hi!
I start two servers:
http on port 8080
https on port 8088
If I connecting to port 8088 without https begins, Chrome will download a file as follows:
0000000: 1503 0100 0202 0a
What this?

четверг, 14 января 2016 г., 0:05:18 UTC+3 пользователь Chris Broadfoot написал:

Brad Fitzpatrick

unread,
Jan 17, 2016, 3:12:07 PM1/17/16
to a.ko...@gmail.com, golang-dev, golang-nuts, oss-se...@openwall.com, golang-...@googlegroups.com

Is this a Go 1.5.3 unique issue?

Why do you mention http on port 8080? That seems unrelated.

Is this Chrome specific?

There's not enough information here to know how to help.

--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages