Lucene search

K
cvelistGoCVELIST:CVE-2023-45289
HistoryMar 05, 2024 - 10:22 p.m.

CVE-2023-45289 Incorrect forwarding of sensitive headers and cookies on HTTP redirect in net/http

2024-03-0522:22:30
Go
raw.githubusercontent.com
2
cve-2023-45289
http redirect
sensitive headers
cookies

5.9 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

10.0%

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.