[security] Go 1.20.7 and Go 1.19.12 are released

2,705 views
Skip to first unread message

anno...@golang.org

unread,
Aug 1, 2023, 4:30:36 PM8/1/23
to golan...@googlegroups.com

Hello gophers,

We have just released Go versions 1.20.7 and 1.19.12, minor point releases.

These minor releases include 1 security fixes following the security policy:

  • crypto/tls: restrict RSA keys in certificates to <= 8192 bits

    Extremely large RSA keys in certificate chains can cause a client/server
    to expend significant CPU time verifying signatures. Limit this by
    restricting the size of RSA keys transmitted during handshakes to <=
    8192 bits.

    Based on a survey of publicly trusted RSA keys, there are currently only
    three certificates in circulation with keys larger than this, and all
    three appear to be test certificates that are not actively deployed. It
    is possible there are larger keys in use in private PKIs, but we target
    the web PKI, so causing breakage here in the interests of increasing the
    default safety of users of crypto/tls seems reasonable.

    Thanks to Mateusz Poliwczak for reporting this issue.

View the release notes for more information:
https://go.dev/doc/devel/release#go1.20.7

You can download binary and source distributions from the Go website:
https://go.dev/dl/

To compile from source using a Git clone, update to the release with
git checkout go1.20.7 and build as usual.

Thanks to everyone who contributed to the releases.

Cheers,
Matthew for the Go team

Roland Shoemaker

unread,
Aug 2, 2023, 11:22:16 AM8/2/23
to golang-announce
For reference, the crypto/tls security fix is CVE-2023-29409 and Go issue https://go.dev/issue/61460.
Reply all
Reply to author
Forward
0 new messages