Vulnerability Report: GO-2024-2600
- CVE-2023-45289
- Affects: net/http, net/http/cookiejar
- Published: Mar 05, 2024
- Modified: May 20, 2024
When following an HTTP redirect to a domain which is not a subdomain match or exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.
Affected Packages
-
PathVersionsSymbols
-
before go1.21.8, from go1.22.0-0 before go1.22.1
9 affected symbols
-
before go1.21.8, from go1.22.0-0 before go1.22.1
Aliases
References
- https://go.dev/issue/65065
- https://go.dev/cl/569340
- https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg
- https://vuln.go.dev/ID/GO-2024-2600.json
Credits
- Juho Nurminen of Mattermost
Feedback
See anything missing or incorrect?
Suggest an edit to this report.