Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Kyle Seely

#42204of 53,633
6.4Total CVSS
Vulnerabilities · 1
PT-2025-2689
6.4
2025-01-16
Google · Google Go · CVE-2024-45336
**Name of the Vulnerable Software and Affected Versions** Google Go versions prior to 1.22.10 and 1.23.4 **Description** The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an `Authorization` header which is redirected to b.com/ will not send that header to b.com. However, in the event that the client received a subsequent same-domain redirect, the sensitive headers would be restored. For example, a chain of redirects from a.com/, to b.com/1, and finally to b.com/2 would incorrectly send the `Authorization` header to b.com/2. **Recommendations** For Google Go versions prior to 1.22.10, update to version 1.22.10 or later to resolve the issue. For Google Go versions prior to 1.23.4, update to version 1.23.4 or later to resolve the issue. As a temporary workaround, consider restricting the use of cross-domain redirects to minimize the risk of exploitation.