cve 2022 30631

  1. Go gzip Reader DoS: CVE-2022-30631 Fixed in Go 1.17.12 and 1.18.4

    A simple, malformed gzip archive can still bring down a Go-based service: an uncontrolled recursion bug in Go’s standard library compress/gzip Reader.Read lets an attacker crash applications by exhausting the stack when parsing archives composed of many concatenated zero-length compressed files...