Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if combined with an intermediate server that also improperly fails to reject the header as invalid.
The product acts as an intermediary HTTP agent (such as a proxy or firewall) in the data flow between two entities such as a client and server, but it does not interpret malformed HTTP requests or responses in ways that are consistent with how the messages will be processed by those entities that are at the ultimate destination.
Link | Tags |
---|---|
https://go.dev/cl/409874 | patch vendor advisory |
https://go.googlesource.com/go/+/e5017a93fcde94f09836200bca55324af037ee5f | patch vendor advisory |
https://go.dev/issue/53188 | issue tracking patch vendor advisory exploit |
https://go.dev/cl/410714 | patch vendor advisory |
https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE | release notes vendor advisory |
https://pkg.go.dev/vuln/GO-2022-0525 | vendor advisory |