Bugzilla – Bug 1181051
VUL-0: CVE-2020-28851: go1.15,go1.14: go: Panic in language.ParseAcceptLanguage while parsing -u- extension
Last modified: 2024-04-26 13:33:17 UTC
In x/text in Go 1.15.4, an "index out of range" panic occurs in language.ParseAcceptLanguage while parsing the -u- extension. x/text/language is supposed to be able to parse an HTTP Accept-Language header. Upstream issue: https://github.com/golang/go/issues/42535
It looks like this issue is not directly about go, but about golang-org-x-text. @Jeff, please verify.
was done I think