Hello gophers,

We have just released Go versions 1.23.6 and 1.22.12, minor point releases.

These minor releases include 1 security fixes following the security policy 
<https://go.dev/security>:

-       crypto/elliptic: timing sidechannel for P-256 on ppc64le

        Due to the usage of a variable time instruction in the assembly 
implementation
        of an internal function, a small number of bits of secret scalars are 
leaked on
        the ppc64le architecture. Due to the way this function is used, we do 
not
        believe this leakage is enough to allow recovery of the private key 
when P-256
        is used in any well known protocols.

        This is CVE-2025-22866 and Go issue https://go.dev/issue/71383.

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

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.23.6 and build as usual.

Thanks to everyone who contributed to the releases.

Cheers,
Cherry and Carlos for the Go team

-- 
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+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/golang-nuts/FOjrRYf0T2uSLwlY4dgifg%40geopod-ismtpd-8.

Reply via email to