Uncontrolled recursion in Reader.Read in compress/gzip before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via an archive containing a large number of concatenated 0-length compressed files.
The product does not properly control the amount of recursion that takes place, consuming excessive resources, such as allocated memory or the program stack.
Link | Tags |
---|---|
https://go.dev/cl/417067 | patch vendor advisory |
https://go.googlesource.com/go/+/b2b8872c876201eac2d0707276c6999ff3eb185e | patch vendor advisory mailing list |
https://go.dev/issue/53168 | vendor advisory issue tracking |
https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE | vendor advisory mailing list |
https://pkg.go.dev/vuln/GO-2022-0524 | vendor advisory |