Hello gophers,

We have just released Go versions 1.17.8 and 1.16.15, minor point releases.


These minor releases include a security fix following the security policy:

   -

   regexp: stack exhaustion compiling deeply nested expressions

On 64-bit platforms, an extremely deeply nested expression can cause
regexp.Compile to cause goroutine stack exhaustion, forcing the program to
exit. Note this applies to very large expressions, on the order of 2MB.

Thanks to Juho Nurminen of Mattermost for reporting this.

This is CVE-2022-24921 and https://go.dev/issue/51112.

View the release notes for more information:

    https://go.dev/doc/devel/release.html#go1.17.minor


You can download binary and source distributions from the Go web site:

    https://go.dev/dl/


To compile from source using a Git clone, update to the release with

"git checkout go1.17.8" and build as usual.


Thanks to everyone who contributed to the releases.


Cheers,

Carlos and Alex 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 on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAD7Aq3RMO__nCh_Q_cnmuN8_s6Uj6XaKkgp6tndV%3D_e2OnwyGw%40mail.gmail.com.

Reply via email to